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 | 蛻醍凾 | 111001011000100010010001111001111001100110000010 | e58891e79982 |
EUC-JP | 蛻醍凾 | 111010011110100011000010111010011101000111100010 | e9e8c2e9d1e2 |
UTF-8 | 蛻醍凾 | 111010001001101110111011111010011000011010001101111001011000011110111110 | e89bbbe9868de587be |
UHC | ?醍? | 00111111111100001011010100111111 | 3ff0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)