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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辜晤Η | 111001111000001110011101111010111000001110100101 | e7839deb83a5 |
EUC-JP | 辜晤Η | 111011011110001111011010111011011010011010100111 | ede3daeda6a7 |
UTF-8 | 辜晤Η | 1110100010111110100111001110011010011001101001001100111010010111 | e8be9ce699a4ce97 |
UHC | 辜晤Η | 110011011101000011100111111110111010010111000111 | cdd0e7fba5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)