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 | 詢?? | 11100110011011010011111100111111 | e66d3f3f |
EUC-JP | 詢?? | 11101011110011100011111100111111 | ebce3f3f |
UTF-8 | 詢頀덅 | 111010001010100110100010111010011010000010000000111010111000110110000101 | e8a9a2e9a080eb8d85 |
UHC | 詢頀덅 | 111000101111001111111011111000011000100011101000 | e2f3fbe188e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)