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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肉?? | 10010011111101110011111100111111 | 93f73f3f |
EUC-JP | 肉?? | 11000110111110010011111100111111 | c6f93f3f |
UTF-8 | 肉잌선 | 111010001000001010001001111011001001111010001100111011001000010010100000 | e88289ec9e8cec84a0 |
UHC | 肉잌선 | 111010111011111110011111111001011011110010110001 | ebbf9fe5bcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)