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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 。「釭ッ将 | 101000011111000110001111101000101111101110111101101011111000111110101011 | a1f18fa2fbbdaf8fab |
EUC-JP | 。?「釭ッ将 | 100011101010000100111111100011101010001010001111111000111010111110001110101011111011111010101101 | 8ea13f8ea28fe3af8eafbead |
UTF-8 | 。「釭ッ将 | 111011111011110110100001111011101000010010001010111011111011110110100010111010011000011110101101111011111011110110101111111001011011000010000110 | efbda1ee848aefbda2e987adefbdafe5b086 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)