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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疫??彦? | 10001001011101010011111100111111100101010100011000111111 | 89753f3f95463f |
EUC-JP | 疫??彦? | 10110001110101100011111100111111110010011010011100111111 | b1d63f3fc9a73f |
UTF-8 | 疫뽫킋彦촮 | 111001111001011010101011111010111011110110101011111011011000001010001011111001011011110110100110111011001011010010101110 | e796abebbdabed828be5bda6ecb4ae |
UHC | 疫뽫킋彦촮 | 11100110101110011001011011100111101101001001011111100101111010011010110001101011 | e6b996e7b497e5e9ac6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)