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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 者悉シコh | 1111001011101000100011101101001011110011111011101000111010111011101111001011101001101000 | f2e88ed2f3ee8ebbbcba68 |
EUC-JP | ?者?悉シコh | 0011111110111100110101000011111110111100101111011000111010111100100011101011101001101000 | 3fbcd43fbcbd8ebc8eba68 |
UTF-8 | 者悉シコh | 11101110100010001001111111101000100000001000010111101110100010111010000111100110100000101000100111101111101111011011110011101111101111011011101001101000 | ee889fe88085ee8ba1e68289efbdbcefbdba68 |
UHC | ?者?悉??h | 001111111110110110111010001111111110001111111010001111110011111101101000 | 3fedba3fe3fa3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)