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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
EUC-JP | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
UTF-8 | 횆쩐{횆쩐s | 1110110110011010100001101110110010101001100100000111101111101101100110101000011011101100101010011001000001110011 | ed9a86eca9907bed9a86eca99073 |
UHC | 횆쩐{횆쩐s | 11000011100001001100001010111110011110111100001110000100110000101011111001110011 | c384c2be7bc384c2be73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)