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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諳屈 | 11100110011111011000101111111100 | e67d8bfc |
EUC-JP | 諳屈 | 11101011110111101011011011111110 | ebdeb6fe |
UTF-8 | 諳屈 | 111010001010101110110011111001011011000110001000 | e8abb3e5b188 |
UHC | ?屈 | 001111111100111111011101 | 3fcfdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)