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 | 脂瘢│ | 100011101000100111100001100011011000010010100000 | 8e89e18d84a0 |
EUC-JP | 脂瘢│ | 101110111110100111100001111011011010100010100010 | bbe9e1eda8a2 |
UTF-8 | 脂瘢│ | 111010001000010010000010111001111001100010100010111000101001010010000010 | e88482e798a2e29482 |
UHC | 脂瘢│ | 111100101011011111011010111011101010011010100010 | f2b7daeea6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)