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?? | 1000111101001001111001101011101100111111010010110011111100111111 | 8f49e6bb3f4b3f3f |
EUC-JP | 終貊?K?? | 1011110110101010111011001011110100111111010010110011111100111111 | bdaaecbd3f4b3f3f |
UTF-8 | 終貊츱K쵌췇 | 11100111101101011000001011101000101100101000101011101100101110001011000101001011111011001011010110001100111011001011011110000111 | e7b582e8b28aecb8b14becb58cecb787 |
UHC | 終貊츱K쵌췇 | 1111000011111011110110001110011111000011111111000100101110101100100011101010111001000010 | f0fbd8e7c3fc4bac8eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)