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 | ゙ゥ。鈆フ | 110111101010100110100001111110111100000111001100 | dea9a1fbc1cc |
EUC-JP | ゙ゥ。鈆フ | 1000111011011110100011101010100110001110101000011000111111100011101111001000111011001100 | 8ede8ea98ea18fe3bc8ecc |
UTF-8 | ゙ゥ。鈆フ | 111011111011111010011110111011111011110110101001111011111011110110100001111010011000100010000110111011111011111010001100 | efbe9eefbda9efbda1e98886efbe8c |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)