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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 箏簑蠇h | 11100010101101011110001011000000111110111010000101101000 | e2b5e2c0fba168 |
EUC-JP | 箏簑?h | 111001001011011111100100110000100011111101101000 | e4b7e4c23f68 |
UTF-8 | 箏簑蠇h | 11100111101011101000111111100111101100001001000111101000101000001000011101101000 | e7ae8fe7b091e8a08768 |
UHC | 箏??h | 1110111010110100001111110011111101101000 | eeb43f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)