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 | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 自璽爾式LB | 10001110101010011000111010100011100011101010001010001110101011100100110001000010 | 8ea98ea38ea28eae4c42 |
EUC-JP | 自璽爾式LB | 10111100101010111011110010100101101111001010010010111100101100000100110001000010 | bcabbca5bca4bcb04c42 |
UTF-8 | 自璽爾式LB | 1110100010000111101010101110011110010010101111011110011110001000101111101110010110111100100011110100110001000010 | e887aae792bde788bee5bc8f4c42 |
UHC | 自璽爾式LB | 11101101101110111101111111011110111011001011001111100011110100100100110001000010 | edbbdfdeecb3e3d24c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)