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 | 10010001100000000011111110010010111010100011111101000101 | 91803f92ea3f45 |
EUC-JP | 操?底?E | 11000001111000000011111111000100111011000011111101000101 | c1e03fc4ec3f45 |
UTF-8 | 操렯底렕E | 11100110100100111000110111101011101000001010111111100101101110101001010111101011101000001001010101000101 | e6938deba0afe5ba95eba09545 |
UHC | 操렯底렕E | 111100001100001110001110101111001110111010111100100011101010101001000101 | f0c38ebceebc8eaa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)