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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 楔?邵E | 100111101011011000111111111001111011100001000101 | 9eb63fe7b845 |
EUC-JP | 楔?邵E | 110111001011100000111111111011101011101001000101 | dcb83feeba45 |
UTF-8 | 楔蟬邵E | 11100110101001011001010011101000100111111010110011101001100000101011010101000101 | e6a594e89face982b545 |
UHC | 楔蟬邵E | 11100000110110111110000011010001111000011101000001000101 | e0dbe0d1e1d045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)