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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 辱i?B? | 10010000010010101000001010001001001111110100001000111111 | 904a82893f423f |
EUC-JP | 辱i?B? | 10111111101010111010001111101001001111110100001000111111 | bfaba3e93f423f |
UTF-8 | 辱i뮈B了 | 11101000101111101011000111101111101111011000100111101011101011101000100001000010111011111010011010111010 | e8beb1efbd89ebae8842efa6ba |
UHC | 辱i뮈B了 | 111010011011010010100011111010011011100110111111010000101110100011100111 | e9b4a3e9b9bf42e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)