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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誰誰臓 | 100100100100111010010010010011101001000110011111 | 924e924e919f |
EUC-JP | 誰誰臓 | 110000111010111111000011101011111100001010100001 | c3afc3afc2a1 |
UTF-8 | 誰誰臓 | 111010001010101010110000111010001010101010110000111010001000011110010011 | e8aab0e8aab0e88793 |
UHC | 誰誰? | 1110001011000001111000101100000100111111 | e2c1e2c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)