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 | ンホ渉 | 11011101110011101000111111000010 | ddce8fc2 |
EUC-JP | ンホ渉 | 100011101101110110001110110011101011111011000100 | 8edd8ecebec4 |
UTF-8 | ンホ渉 | 111011111011111010011101111011111011111010001110111001101011100010001001 | efbe9defbe8ee6b889 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)