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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ????汪E | 00111111001111110011111100111111100111111000101001000101 | 3f3f3f3f9f8a45 |
EUC-JP | ????汪E | 00111111001111110011111100111111110111011110101001000101 | 3f3f3f3fddea45 |
UTF-8 | 렯롏렯렏汪E | 11101011101000001010111111101011101000011000111111101011101000001010111111101011101000001000111111100110101100011010101001000101 | eba0afeba18feba0afeba08fe6b1aa45 |
UHC | 렯롏렯렏汪E | 1000111010111100100011101101010110001110101111001000111010100101111010001101110001000101 | 8ebc8ed58ebc8ea5e8dc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)