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 | ???癰?? | 00111111001111110011111111100001100111100011111100111111 | 3f3f3fe19e3f3f |
EUC-JP | ???癰?? | 00111111001111110011111111100001111111100011111100111111 | 3f3f3fe1fe3f3f |
UTF-8 | 念잙젇癰꾨젉 | 111011111010011010100011111011001001111010011001111011001010000010000111111001111001100110110000111010101011111010101000111011001010000010001001 | efa6a3ec9e99eca087e799b0eabea8eca089 |
UHC | 念잙젇癰꾨젉 | 111001101111011010011111111010111010000010001010111010001011100110000100111010111010000010001011 | e6f69feba08ae8b984eba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)