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??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 咤眄E咤眄EB | 1001101001000010111000011011111001000101100110100100001011100001101111100100010101000010 | 9a42e1be459a42e1be4542 |
EUC-JP | 咤眄E咤眄EB | 1101001110100011111000101100000001000101110100111010001111100010110000000100010101000010 | d3a3e2c045d3a3e2c04542 |
UTF-8 | 咤眄E咤眄EB | 111001011001001010100100111001111001110010000100010001011110010110010010101001001110011110011100100001000100010101000010 | e592a4e79c8445e592a4e79c844542 |
UHC | 咤眄E咤眄EB | 1111011011100011110110001111100001000101111101101110001111011000111110000100010101000010 | f6e3d8f845f6e3d8f84542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)