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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鴪疾昭 | 111010011111000010001110101111101000111110111010 | e9f08ebe8fba |
EUC-JP | 鴪疾昭 | 111100101111001010111100110000001011111010111100 | f2f2bcc0bebc |
UTF-8 | 鴪疾昭 | 111010011011010010101010111001111001011010111110111001101001100010101101 | e9b4aae796bee698ad |
UHC | ?疾昭 | 0011111111110010111100001110000110111001 | 3ff2f0e1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)