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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 艤??艤??B | 111001000111111000111111001111111110010001111110001111110011111101000010 | e47e3f3fe47e3f3f42 |
EUC-JP | 艤??艤??B | 111001111101111100111111001111111110011111011111001111110011111101000010 | e7df3f3fe7df3f3f42 |
UTF-8 | 艤덉쐢艤덉쐢B | 11101000100010011010010011101011100011011000100111101100100100001010001011101000100010011010010011101011100011011000100111101100100100001010001001000010 | e889a4eb8d89ec90a2e889a4eb8d89ec90a242 |
UHC | 艤덉쐢艤덉쐢B | 11101011111110101000100011101100100111001000100011101011111110101000100011101100100111001000100001000010 | ebfa88ec9c88ebfa88ec9c8842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)