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 | 10010010010110011001001001011010100100011011000001000010 | 9259925a91b042 |
SJIS-WIN | ?Y?Z?°B | 0011111101011001001111110101101000111111100000011000101101000010 | 3f593f5a3f818b42 |
EUC-JP | ?Y?Z?°B | 0011111101011001001111110101101000111111101000011110101101000010 | 3f593f5a3fa1eb42 |
UTF-8 | YZ°B | 1100001010010010010110011100001010010010010110101100001010010001110000101011000001000010 | c29259c2925ac291c2b042 |
UHC | ?Y?Z?°B | 0011111101011001001111110101101000111111101000011100011001000010 | 3f593f5a3fa1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)