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 | 00111111100011011000001000111111001111110011111101000101 | 3f8d823f3f3f45 |
EUC-JP | ?高???E | 00111111101110011110001000111111001111110011111101000101 | 3fb9e23f3f3f45 |
UTF-8 | 렺高렺뗘렩E | 11101011101000001011101011101001101010111001100011101011101000001011101011101011100101111001100011101011101000001010100101000101 | eba0bae9ab98eba0baeb9798eba0a945 |
UHC | 렺高렺뗘렩E | 1000111011000010110011011101010010001110110000101011011011000101100011101011011101000101 | 8ec2cdd48ec2b6c58eb745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)