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 | 凝???凋 | 10001011110000110011111100111111001111111001001010011100 | 8bc33f3f3f929c |
EUC-JP | 凝?橒?凋 | 101101101100010100111111100011111100010110101101001111111100001111111100 | b6c53f8fc5ad3fc3fc |
UTF-8 | 凝렯橒렞凋 | 111001011000011110011101111010111010000010101111111001101010100110010010111010111010000010011110111001011000011110001011 | e5879deba0afe6a992eba09ee5878b |
UHC | 凝렯橒렞凋 | 11101011111010101000111010111100111010011111100010001110101011111111000010111101 | ebea8ebce9f88eaff0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)