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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?燒?浴繹遡 | 00111111111000001001011000111111100101111000000111100011100010001001000101101011 | 3fe0963f9781e388916b |
EUC-JP | ?燒?浴繹遡 | 00111111110111111111011000111111110011011110000111100101111010001100000111001100 | 3fdff63fcde1e5e8c1cc |
UTF-8 | 黎燒읯浴繹遡 | 111011111010011010001001111001111000011110010010111011001001110110101111111001101011010110110100111001111011100110111001111010011000000110100001 | efa689e78792ec9dafe6b5b4e7b9b9e981a1 |
UHC | 黎燒읯浴繹遡 | 111001101011000111100001110000001001111111010101111010011011000111100110101110101110000111001111 | e6b1e1c09fd5e9b1e6bae1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)