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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 熊?爰?翁?B | 10001100010001100011111111100000101001110011111110001001101001010011111101000010 | 8c463fe0a73f89a53f42 |
EUC-JP | 熊?爰?翁?B | 10110111101001110011111111100000101010010011111110110010101001110011111101000010 | b7a73fe0a93fb2a73f42 |
UTF-8 | 熊렭爰렧翁렧B | 11100111100001101000101011101011101000001010110111100111100010001011000011101011101000001010011111100111101111111000000111101011101000001010011101000010 | e7868aeba0ade788b0eba0a7e7bf81eba0a742 |
UHC | 熊렭爰렧翁렧B | 11101010101010001000111010111010111010101011101010001110101101101110100010111010100011101011011001000010 | eaa88ebaeaba8eb6e8ba8eb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)