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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 彧削 | 11111010101110011000110111101101 | fab98ded |
EUC-JP | 彧削 | 1000111110111100111111101011101011101111 | 8fbcfebaef |
UTF-8 | 彧削 | 111001011011110110100111111001011000100110001010 | e5bda7e5898a |
UHC | 彧削 | 11101001111011101101111011111011 | e9eedefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)