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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篠悉紗忌 | 1000111011000010100011101011101110001110110100011000101011110101 | 8ec28ebb8ed18af5 |
EUC-JP | 篠悉紗忌 | 1011110011000100101111001011110110111100110100111011010011110111 | bcc4bcbdbcd3b4f7 |
UTF-8 | 篠悉紗忌 | 111001111010111110100000111001101000001010001001111001111011010010010111111001011011111110001100 | e7afa0e68289e7b497e5bf8c |
UHC | 篠悉紗忌 | 1110000111000110111000111111101011011110111010011101000011111011 | e1c6e3fadee9d0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)