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 | "ツス治 | 1111101001010111110000101111000110001110101111011000111010100001 | fa57c2f18ebd8ea1 |
EUC-JP | ?ツ?ス治 | 0011111110001110110000100011111110001110101111011011110010100011 | 3f8ec23f8ebdbca3 |
UTF-8 | "ツス治 | 111011111011110010000010111011111011111010000010111011101000010010001001111011111011110110111101111001101011001010111011 | efbc82efbe82ee8489efbdbde6b2bb |
UHC | "???治 | 10100011101000100011111100111111001111111111011010111101 | a3a23f3f3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)