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 | ???K?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
SJIS-WIN | 證貊?K?? | 1110011010011010111001101011101100111111010010110011111100111111 | e69ae6bb3f4b3f3f |
EUC-JP | 證貊?K?? | 1110101111111010111011001011110100111111010010110011111100111111 | ebfaecbd3f4b3f3f |
UTF-8 | 證貊츱K쵌췇 | 11101000101011011000100111101000101100101000101011101100101110001011000101001011111011001011010110001100111011001011011110000111 | e8ad89e8b28aecb8b14becb58cecb787 |
UHC | 證貊츱K쵌췇 | 1111000111111011110110001110011111000011111111000100101110101100100011101010111001000010 | f1fbd8e7c3fc4bac8eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)