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 | 贒、驤 | 1111101110101111101001001110100110001000 | fbafa4e988 |
EUC-JP | 贒、驤 | 10001111110111111100001110001110101001001111000111101000 | 8fdfc38ea4f1e8 |
UTF-8 | 贒、驤 | 111010001011010010010010111011111011110110100100111010011010100110100100 | e8b492efbda4e9a9a4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)