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 | ゙鯑ゥ霄 | 1111001010110110110111101110100111000100101010011110100010111010 | f2b6dee9c4a9e8ba |
EUC-JP | ?゙鯑ゥ霄 | 001111111000111011011110111100101100011010001110101010011111000010111100 | 3f8edef2c68ea9f0bc |
UTF-8 | ゙鯑ゥ霄 | 111011101000011110101101111011111011111010011110111010011010111110010001111011111011110110101001111010011001110010000100 | ee87adefbe9ee9af91efbda9e99c84 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)