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 | 腱ш碍諱 | 1110010001000110100001001000101010001010010101101110011010000001 | e446848a8a56e681 |
EUC-JP | 腱ш碍諱 | 1110011110100111101001111110101010110011101101111110101111100001 | e7a7a7eab3b7ebe1 |
UTF-8 | 腱ш碍諱 | 1110100010000101101100011101000110001000111001111010001010001101111010001010101110110001 | e885b1d188e7a28de8abb1 |
UHC | 腱ш碍諱 | 1100101111110010101011001110101011100100111101001111110111001001 | cbf2aceae4f4fdc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)