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 | 瓮f?淹?? | 111000010100010010000010100001100011111110011111101110010011111100111111 | e14482863f9fb93f3f |
EUC-JP | 瓮f?淹?? | 111000011010010110100011111001100011111111011110101110110011111100111111 | e1a5a3e63fdebb3f3f |
UTF-8 | 瓮f뇘淹뉓툒 | 111001111001001110101110111011111011110110000110111010111000011110011000111001101011011110111001111010111000100110010011111011011000100010010010 | e793aeefbd86eb8798e6b7b9eb8993ed8892 |
UHC | 瓮f뇘淹뉓툒 | 111010001011011110100011111001101000011110000011111001011111010010000111111010001011100010001001 | e8b7a3e68783e5f487e8b889 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)