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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莇轄ィ襞 | 11100100101101001000101010001101101010001110010111111100 | e4b48a8da8e5fc |
EUC-JP | 莇轄ィ襞 | 1110100010110110101100111110110110001110101010001110101011111110 | e8b6b3ed8ea8eafe |
UTF-8 | 莇轄ィ襞 | 111010001000111010000111111010001011110110000100111011111011110110101000111010001010010110011110 | e88e87e8bd84efbda8e8a59e |
UHC | ?轄?? | 0011111111111001110111010011111100111111 | 3ff9dd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)