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 | 潁??猶?? | 1001111111110001001111110011111110010111010100000011111100111111 | 9ff13f3f97503f3f |
EUC-JP | 潁??猶?? | 1101111011110011001111110011111111001101101100010011111100111111 | def33f3fcdb13f3f |
UTF-8 | 潁딄괜猶잏뵵 | 111001101011110110000001111010111001010010000100111010101011010010011100111001111000110010110110111011001001111010001111111010111011010110110101 | e6bd81eb9484eab49ce78cb6ec9e8febb5b5 |
UHC | 潁딄괜猶잏뵵 | 111001111011100010001010111010101011000110100110111010111010001010011111111001111001010010110011 | e7b88aeab1a6eba29fe794b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)