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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??癰i? | 00111111001111111110000110011110100000101000100100111111 | 3f3fe19e82893f |
EUC-JP | ??癰i? | 00111111001111111110000111111110101000111110100100111111 | 3f3fe1fea3e93f |
UTF-8 | 횩짹癰i솫 | 111011011001101010101001111011001010011110111001111001111001100110110000111011111011110110001001111011001000011010101011 | ed9aa9eca7b9e799b0efbd89ec86ab |
UHC | 횩짹癰i솫 | 11000011100111111100001010110001111010001011100110100011111010011001100110100010 | c39fc2b1e8b9a3e999a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)