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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ムァミーE | 1101000110100111110100001011000001000101 | d1a7d0b045 |
EUC-JP | ムァミーE | 100011101101000110001110101001111000111011010000100011101011000001000101 | 8ed18ea78ed08eb045 |
UTF-8 | ムァミーE | 11101111101111101001000111101111101111011010011111101111101111101001000011101111101111011011000001000101 | efbe91efbda7efbe90efbdb045 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)