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 | ????I? | 001111110011111100111111001111110100100100111111 | 3f3f3f3f493f |
SJIS-WIN | ?垓??I羈 | 0011111110011010101101000011111100111111010010011110001110110001 | 3f9ab43f3f49e3b1 |
EUC-JP | ?垓??I羈 | 0011111111010100101101100011111100111111010010011110011010110011 | 3fd4b63f3f49e6b3 |
UTF-8 | 뤒垓欄찰I羈 | 11101011101001001001001011100101100111101001001111101111101001001001110111101100101100001011000001001001111001111011111010001000 | eba492e59e93efa49decb0b049e7be88 |
UHC | 뤒垓欄찰I羈 | 1000111111000010111110101010011111010001111011011100001011111011010010011101000110111100 | 8fc2faa7d1edc2fb49d1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)