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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?燒?燒B | 00111111111000001001011000111111111000001001011001000010 | 3fe0963fe09642 |
EUC-JP | ?燒?燒B | 00111111110111111111011000111111110111111111011001000010 | 3fdff63fdff642 |
UTF-8 | 黎燒黎燒B | 11101111101001101000100111100111100001111001001011101111101001101000100111100111100001111001001001000010 | efa689e78792efa689e7879242 |
UHC | 黎燒黎燒B | 111001101011000111100001110000001110011010110001111000011100000001000010 | e6b1e1c0e6b1e1c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)