To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涌唸韈盖 | 1001011101001111100110100101100011101000111001111110000110110011 | 974f9a58e8e7e1b3 |
EUC-JP | 涌唸韈盖 | 1100110110110000110100111011100111110000111010011110001010110101 | cdb0d3b9f0e9e2b5 |
UTF-8 | 涌唸韈盖 | 111001101011011010001100111001011001010010111000111010011001111110001000111001111001101110010110 | e6b68ce594b8e99f88e79b96 |
UHC | 涌??盖 | 111010011011111100111111001111111100101111001100 | e9bf3f3fcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)