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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 怏??怏??^ | 100111001000100100111111001111111001110010001001001111110011111101011110 | 9c893f3f9c893f3f5e |
EUC-JP | 怏??怏??^ | 110101111110100100111111001111111101011111101001001111110011111101011110 | d7e93f3fd7e93f3f5e |
UTF-8 | 怏⑺몴怏⑺몴^ | 11100110100000001000111111100010100100011011101011101011101010101011010011100110100000001000111111100010100100011011101011101011101010101011010001011110 | e6808fe291baebaab4e6808fe291baebaab45e |
UHC | 怏⑺몴怏⑺몴^ | 11100100111010001010100111101101100100011001110011100100111010001010100111101101100100011001110001011110 | e4e8a9ed919ce4e8a9ed919c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)