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 | ûYѧ | 11111011010110011101000110100111 | fb59d1a7 |
SJIS-WIN | ?Y?§ | 0011111101011001001111111000000110011000 | 3f593f8198 |
EUC-JP | ûYѧ | 100011111010101111100101010110011000111110101010110100001010000111111000 | 8fabe5598faad0a1f8 |
UTF-8 | ûYѧ | 11000011101110110101100111000011100100011100001010100111 | c3bb59c391c2a7 |
UHC | ?Y?§ | 0011111101011001001111111010000111010111 | 3f593fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)