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 | YZ©B | 10010010010110011001001001011010100100011010100101000010 | 9259925a91a942 |
SJIS-WIN | ?Y?Z??B | 00111111010110010011111101011010001111110011111101000010 | 3f593f5a3f3f42 |
EUC-JP | ?Y?Z?©B | 001111110101100100111111010110100011111110001111101000101110110101000010 | 3f593f5a3f8fa2ed42 |
UTF-8 | YZ©B | 1100001010010010010110011100001010010010010110101100001010010001110000101010100101000010 | c29259c2925ac291c2a942 |
UHC | ?Y?Z??B | 00111111010110010011111101011010001111110011111101000010 | 3f593f5a3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)