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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 簔シッシロシシ | 1110001011000001101111001010111110111100110110111011110010111100 | e2c1bcafbcdbbcbc |
EUC-JP | 簔シッシロシシ | 1110010011000011100011101011110010001110101011111000111010111100100011101101101110001110101111001000111010111100 | e4c38ebc8eaf8ebc8edb8ebc8ebc |
UTF-8 | 簔シッシロシシ | 111001111011000010010100111011111011110110111100111011111011110110101111111011111011110110111100111011111011111010011011111011111011110110111100111011111011110110111100 | e7b094efbdbcefbdafefbdbcefbe9befbdbcefbdbc |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)