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 | 円??鎣?? | 101100011101111100111111001111111000111111100101101100100011111100111111 | b1df3f3f8fe5b23f3f |
UTF-8 | 円숊뱾鎣ㆋㄷ | 111001011000011010000110111011001000100010001010111010111011000110111110111010011000111010100011111000111000011010001011111000111000010010110111 | e58686ec888aebb1bee98ea3e3868be384b7 |
UHC | 円숊뱾鎣ㆋㄷ | 111001011111011110011001111011101001001110100100111110111010111110100100111110111010010010100111 | e5f799ee93a4fbafa4fba4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)