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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 熹熹熹熹B | 111000001001010011100000100101001110000010010100111000001001010001000010 | e094e094e094e09442 |
EUC-JP | 熹熹熹熹B | 110111111111010011011111111101001101111111110100110111111111010001000010 | dff4dff4dff4dff442 |
UTF-8 | 熹熹熹熹B | 11100111100001101011100111100111100001101011100111100111100001101011100111100111100001101011100101000010 | e786b9e786b9e786b9e786b942 |
UHC | 熹熹熹熹B | 111111011111100011111101111110001111110111111000111111011111100001000010 | fdf8fdf8fdf8fdf842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)