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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 棕戡??H | 10011110101000011001110101000001001111110011111101001000 | 9ea19d413f3f48 |
EUC-JP | 棕戡??H | 11011100101000111101100110100010001111110011111101001000 | dca3d9a23f3f48 |
UTF-8 | 棕戡렰렢H | 11100110101000111001010111100110100010001010000111101011101000001011000011101011101000001010001001001000 | e6a395e688a1eba0b0eba0a248 |
UHC | 棕戡렰렢H | 111100001111011111001010111100011000111010111101100011101011001101001000 | f0f7caf18ebd8eb348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)