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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鸚??揖? | 11101010010111110011111100111111100101110100101100111111 | ea5f3f3f974b3f |
EUC-JP | 鸚??揖? | 11110011110000000011111100111111110011011010110000111111 | f3c03f3fcdac3f |
UTF-8 | 鸚룸뿮揖틼 | 111010011011100010011010111010111010001110111000111010111011111110101110111001101000111110010110111011011000101110111100 | e9b89aeba3b8ebbfaee68f96ed8bbc |
UHC | 鸚룸뿮揖틼 | 11100101101001001011011111101011100101111010111011101011111001111011101101000010 | e5a4b7eb97aeebe7bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)