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 | 100010001101010100111111001111111000100010100001001111110011111101101000 | 88d53f3f88a13f3f68 |
EUC-JP | 易??娃??h | 101100001101011100111111001111111011000010100011001111110011111101101000 | b0d73f3fb0a33f3f68 |
UTF-8 | 易뽪뮈娃쇿윿h | 11100110100110001001001111101011101111011010101011101011101011101000100011100101101010001000001111101100100001111011111111101100100111001011111101101000 | e69893ebbdaaebae88e5a883ec87bfec9cbf68 |
UHC | 易뽪뮈娃쇿윿h | 11100110101101101001011011100110101110011011111111101000110111111001100111100101100111111011011101101000 | e6b696e6b9bfe8df99e59fb768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)