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 | ???I??? | 00111111001111110011111101001001001111110011111100111111 | 3f3f3f493f3f3f |
SJIS-WIN | 終貊?I??? | 100011110100100111100110101110110011111101001001001111110011111100111111 | 8f49e6bb3f493f3f3f |
EUC-JP | 終貊?I?雩? | 1011110110101010111011001011110100111111010010010011111110001111111001101111101000111111 | bdaaecbd3f493f8fe6fa3f |
UTF-8 | 終貊츱I굉雩쳩 | 11100111101101011000001011101000101100101000101011101100101110001011000101001001111010101011010110001001111010011001101110101001111011001011001110101001 | e7b582e8b28aecb8b149eab589e99ba9ecb3a9 |
UHC | 終貊츱I굉雩쳩 | 11110000111110111101100011100111110000111111110001001001101100011011001011101001111011001010101110001110 | f0fbd8e7c3fc49b1b2e9ecab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)