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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 単属誰端測 | 10010010010100001001000110101110100100100100111010010010010110111001000110101010 | 925091ae924e925b91aa |
EUC-JP | 単属誰端測 | 11000011101100011100001010110000110000111010111111000011101111001100001010101100 | c3b1c2b0c3afc3bcc2ac |
UTF-8 | 単属誰端測 | 111001011000110110011000111001011011000110011110111010001010101010110000111001111010101110101111111001101011100010101100 | e58d98e5b19ee8aab0e7abafe6b8ac |
UHC | ??誰端測 | 0011111100111111111000101100000111010011101011101111011010110100 | 3f3fe2c1d3aef6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)