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 | 谿イ豢 | 1110011010101110101100101110011010110100 | e6aeb2e6b4 |
EUC-JP | 谿イ豢 | 111011001011000010001110101100101110110010110110 | ecb08eb2ecb6 |
UTF-8 | 谿イ豢 | 111010001011000010111111111011111011110110110010111010001011000110100010 | e8b0bfefbdb2e8b1a2 |
UHC | 谿?? | 11001101101011000011111100111111 | cdac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)