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 | 簽黝聘 | 111000101101001111101010011110101110001111011001 | e2d3ea7ae3d9 |
EUC-JP | 簽黝聘 | 111001001101010111110011110110111110011011011011 | e4d5f3dbe6db |
UTF-8 | 簽黝聘 | 111001111011000010111101111010011011101110011101111010001000000110011000 | e7b0bde9bb9de88198 |
UHC | 簽?聘 | 1111010011011000001111111101111010111101 | f4d83fdebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)