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 | 塋??唯? | 10011010110010000011111100111111100101110100001000111111 | 9ac83f3f97423f |
EUC-JP | 塋??唯? | 11010100110010100011111100111111110011011010001100111111 | d4ca3f3fcda33f |
UTF-8 | 塋졼끍唯뺹 | 111001011010000110001011111011001010000110111100111010111000000110001101111001011001010010101111111010111011101010111001 | e5a18beca1bceb818de594afebbab9 |
UHC | 塋졼끍唯뺹 | 11100111101010111010000011100011100001011011111011101010111001101001011001000010 | e7aba0e385beeae69642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)