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 | 姚??孃? | 10011011010011000011111100111111100110110110111100111111 | 9b4c3f3f9b6f3f |
EUC-JP | 姚??孃? | 11010101101011010011111100111111110101011101000000111111 | d5ad3f3fd5d03f |
UTF-8 | 姚뷂엠孃뱋 | 111001011010011110011010111010111011011110000010111011001001011110100000111001011010110110000011111010111011000110001011 | e5a79aebb782ec97a0e5ad83ebb18b |
UHC | 姚뷂엠孃뱋 | 11101000111011101001010011101111101111111010010111100101101111101001001101101111 | e8ee94efbfa5e5be936f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)