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 | 円????? | 10001001011111100011111100111111001111110011111100111111 | 897e3f3f3f3f3f |
EUC-JP | 円??瀣?? | 101100011101111100111111001111111000111111001001101100010011111100111111 | b1df3f3f8fc9b13f3f |
UTF-8 | 円숂돻瀣ㆋㄷ | 111001011000011010000110111011001000100010000010111010111000111110111011111001111000000010100011111000111000011010001011111000111000010010110111 | e58686ec8882eb8fbbe780a3e3868be384b7 |
UHC | 円숂돻瀣ㆋㄷ | 111001011111011110011001111001111000100110111110111110101010111010100100111110111010010010100111 | e5f799e789befaaea4fba4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)