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 | 脛勾ぃ脛 | 1110001111111000100011001111100110000010101000011110001111111000 | e3f88cf982a1e3f8 |
EUC-JP | 脛勾ぃ脛 | 1110011011111010101110001111101110100100101000111110011011111010 | e6fab8fba4a3e6fa |
UTF-8 | 脛勾ぃ脛 | 111010001000010010011011111001011000101110111110111000111000000110000011111010001000010010011011 | e8849be58bbee38183e8849b |
UHC | 脛勾ぃ脛 | 1100110011101011110011101111111010101010101000111100110011101011 | ccebcefeaaa3cceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)