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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒿埼械襃 | 1110010011100100100011011110100110001010010000101110010111101111 | e4e48de98a42e5ef |
EUC-JP | 蒿埼械襃 | 1110100011100110101110101110101110110011101000111110101011110001 | e8e6baebb3a3eaf1 |
UTF-8 | 蒿埼械襃 | 111010001001001010111111111001011001111110111100111001101010001010110000111010001010010110000011 | e892bfe59fbce6a2b0e8a583 |
UHC | 蒿埼械? | 11111011110110101101000011110010110011001111111000111111 | fbdad0f2ccfe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)