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?pY | 0011111101101000001111110111000001011001 | 3f683f7059 |
SJIS-WIN | ?h?pY | 0011111101101000001111110111000001011001 | 3f683f7059 |
EUC-JP | ?h?pY | 0011111101101000001111110111000001011001 | 3f683f7059 |
UTF-8 | 혧h혧pY | 111011011001100010100111011010001110110110011000101001110111000001011001 | ed98a768ed98a77059 |
UHC | 혧h혧pY | 11000010100011110110100011000010100011110111000001011001 | c28f68c28f7059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)