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 | ???宥?? | 00111111001111110011111110010111010001110011111100111111 | 3f3f3f97473f3f |
EUC-JP | ???宥?? | 00111111001111110011111111001101101010000011111100111111 | 3f3f3fcda83f3f |
UTF-8 | 嶺쎌쉪宥곮ㄵ | 111011111010011010101011111011001000111010001100111011001000100110101010111001011010111010100101111010101011001110101110111000111000010010110101 | efa6abec8e8cec89aae5aea5eab3aee384b5 |
UHC | 嶺쎌쉪宥곮ㄵ | 111001111010110110111101111011001001101010000100111010101110100110000001111010001010010010100101 | e7adbdec9a84eae981e8a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)