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 | 崧而彧 | 111110101010111110001110101001111111101010111001 | faaf8ea7fab9 |
EUC-JP | 崧而彧 | 1000111110111011110010101011110010101001100011111011110011111110 | 8fbbcabca98fbcfe |
UTF-8 | 崧而彧 | 111001011011010010100111111010001000000010001100111001011011110110100111 | e5b4a7e8808ce5bda7 |
UHC | 崧而彧 | 111000101111111011101100101110111110100111101110 | e2feecbbe9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)