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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ゙ゥ。鈆ヘ霻 | 1101111010101001101000011111101111000001110011011111101111101110 | dea9a1fbc1cdfbee |
EUC-JP | ゙ゥ。鈆ヘ? | 100011101101111010001110101010011000111010100001100011111110001110111100100011101100110100111111 | 8ede8ea98ea18fe3bc8ecd3f |
UTF-8 | ゙ゥ。鈆ヘ霻 | 111011111011111010011110111011111011110110101001111011111011110110100001111010011000100010000110111011111011111010001101111010011001110010111011 | efbe9eefbda9efbda1e98886efbe8de99cbb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)