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 | 荵齢囹 | 111001001011100110010111111011101001101010011010 | e4b997ee9a9a |
EUC-JP | 荵齢囹 | 111010001011101111001110111100001101001111111010 | e8bbcef0d3fa |
UTF-8 | 荵齢囹 | 111010001000110110110101111010011011110110100010111001011001101110111001 | e88db5e9bda2e59bb9 |
UHC | ??囹 | 00111111001111111101011010110111 | 3f3fd6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)