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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 銜溯造LB | 1110011111110000100111111110100010010001101000100100110001000010 | e7f09fe891a24c42 |
EUC-JP | 銜溯造LB | 1110111011110010110111101110101011000010101001000100110001000010 | eef2deeac2a44c42 |
UTF-8 | 銜溯造LB | 1110100110001010100111001110011010111010101011111110100110000000101000000100110001000010 | e98a9ce6baafe980a04c42 |
UHC | 銜溯造LB | 1111100111100111111000011011110111110000111000110100110001000010 | f9e7e1bdf0e34c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)