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 | 藪瀁 | 11100101010011011110000001100110 | e54de066 |
EUC-JP | 藪瀁 | 11101001101011101101111111000111 | e9aedfc7 |
UTF-8 | 藪瀁 | 111010001001011110101010111001111000000010000001 | e897aae78081 |
UHC | 藪瀁 | 11100010101111111110010111001000 | e2bfe5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)