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 | 潁h???? | 1001111111110001100000101000100000111111001111110011111100111111 | 9ff182883f3f3f3f |
EUC-JP | 潁h?邕?? | 11011110111100111010001111101000001111111000111111100001111011010011111100111111 | def3a3e83f8fe1ed3f3f |
UTF-8 | 潁h뮅邕딃씓 | 111001101011110110000001111011111011110110001000111010111010111010000101111010011000001010010101111010111001010010000011111011001001010010010011 | e6bd81efbd88ebae85e98295eb9483ec9493 |
UHC | 潁h뮅邕딃씓 | 111001111011100010100011111010001001001010010100111010001011101110001010111010011001110110101001 | e7b8a3e89294e8bb8ae99da9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)