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 | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
SJIS-WIN | 短G孫遜 | 10010010010110100100011110010001101101111001000110111011 | 925a4791b791bb |
EUC-JP | 短G孫遜 | 11000011101110110100011111000010101110011100001010111101 | c3bb47c2b9c2bd |
UTF-8 | 短G孫遜 | 11100111100111111010110101000111111001011010110110101011111010011000000110011100 | e79fad47e5adabe9819c |
UHC | 短G孫遜 | 11010011101011010100011111100001110111011110000111100001 | d3ad47e1dde1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)