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 | 第嶝??? | 10010001111001101001101111010001001111110011111100111111 | 91e69bd13f3f3f |
EUC-JP | 第嶝??鋌 | 110000101110100011010110110100110011111100111111100011111110010010111011 | c2e8d6d33f3f8fe4bb |
UTF-8 | 第嶝렰렋鋌 | 111001111010110010101100111001011011011010011101111010111010000010110000111010111010000010001011111010011000101110001100 | e7acace5b69deba0b0eba08be98b8c |
UHC | 第嶝렰렋鋌 | 11110000101011111101010011110001100011101011110110001110101000101110111111111011 | f0afd4f18ebd8ea2effb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)