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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ク鮑ォ鳰 | 1111000010111001101110001110100110111000101010111110100111101010 | f0b9b8e9b8abe9ea |
EUC-JP | ?ク鮑ォ鳰 | 001111111000111010111000111100101011101010001110101010111111001011101100 | 3f8eb8f2ba8eabf2ec |
UTF-8 | ク鮑ォ鳰 | 111011101000000110111000111011111011110110111000111010011010111010010001111011111011110110101011111010011011001110110000 | ee81b8efbdb8e9ae91efbdabe9b3b0 |
UHC | ??鮑?? | 001111110011111111111000111010100011111100111111 | 3f3ff8ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)