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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 厭?蘊H | 100010010111110100111111111001010101110101001000 | 897d3fe55d48 |
EUC-JP | 厭?蘊H | 101100011101111000111111111010011011111001001000 | b1de3fe9be48 |
UTF-8 | 厭굩蘊H | 11100101100011101010110111101010101101011010100111101000100110001000101001001000 | e58eadeab5a9e8988a48 |
UHC | 厭굩蘊H | 11100110111101001000001010001111111010001011001101001000 | e6f4828fe8b348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)