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 | 臓達贈 | 100100011001111110010010010000101001000110100001 | 919f924291a1 |
EUC-JP | 臓達贈 | 110000101010000111000011101000111100001010100011 | c2a1c3a3c2a3 |
UTF-8 | 臓達贈 | 111010001000011110010011111010011000000110010100111010001011010010001000 | e88793e98194e8b488 |
UHC | ?達贈 | 0011111111010011101110011111000111111100 | 3fd3b9f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)