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袖遜 | 10010010010110100100100010010001101100111001000110111011 | 925a4891b391bb |
EUC-JP | 短H袖遜 | 11000011101110110100100011000010101101011100001010111101 | c3bb48c2b5c2bd |
UTF-8 | 短H袖遜 | 11100111100111111010110101001000111010001010001010010110111010011000000110011100 | e79fad48e8a296e9819c |
UHC | 短H袖遜 | 11010011101011010100100011100010110000001110000111100001 | d3ad48e2c0e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)