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 | ??L\ | 00111111001111110100110001011100 | 3f3f4c5c |
SJIS-WIN | 螳オL\ | 1110010110101110101101010100110001011100 | e5aeb54c5c |
EUC-JP | 螳オL\ | 111010101011000010001110101101010100110001011100 | eab08eb54c5c |
UTF-8 | 螳オL\ | 1110100010011110101100111110111110111101101101010100110001011100 | e89eb3efbdb54c5c |
UHC | 螳?L\ | 1101001111011001001111110100110001011100 | d3d93f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)