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 | 姙???壬 | 10011011010010110011111100111111001111111001000001110000 | 9b4b3f3f3f9070 |
EUC-JP | 姙???壬 | 11010101101011000011111100111111001111111011111111010001 | d5ac3f3f3fbfd1 |
UTF-8 | 姙앙븜꼬壬 | 111001011010011110011001111011001001010110011001111010111011100010011100111010101011110010101100111001011010001110101100 | e5a799ec9599ebb89ceabcace5a3ac |
UHC | 姙앙븜꼬壬 | 11101100111101011011111011010011101110101110111010110010101111111110110011110011 | ecf5bed3baeeb2bfecf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)