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 | ?H?? | 00111111010010000011111100111111 | 3f483f3f |
SJIS-WIN | 短H袖褻 | 10010010010110100100100010010001101100111110010111110110 | 925a4891b3e5f6 |
EUC-JP | 短H袖褻 | 11000011101110110100100011000010101101011110101011111000 | c3bb48c2b5eaf8 |
UTF-8 | 短H袖褻 | 11100111100111111010110101001000111010001010001010010110111010001010010010111011 | e79fad48e8a296e8a4bb |
UHC | 短H袖褻 | 11010011101011010100100011100010110000001110000011100001 | d3ad48e2c0e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)