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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 癲??一?^ | 1110000110011111001111110011111110001000111010100011111101011110 | e19f3f3f88ea3f5e |
EUC-JP | 癲??一?^ | 1110001010100001001111110011111110110000111011000011111101011110 | e2a13f3fb0ec3f5e |
UTF-8 | 癲뽯슙一즞^ | 11100111100110011011001011101011101111011010111111101100100010101001100111100100101110001000000011101100101001101001111001011110 | e799b2ebbdafec8a99e4b880eca69e5e |
UHC | 癲뽯슙一즞^ | 1110111110100110100101101110101110011010101001111110110011101001101000110110101001011110 | efa696eb9aa7ece9a36a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)