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 | 藪? | 111001010100110100111111 | e54d3f |
EUC-JP | 藪霱 | 1110100110101110100011111110011110101011 | e9ae8fe7ab |
UTF-8 | 藪霱 | 111010001001011110101010111010011001110010110001 | e897aae99cb1 |
UHC | 藪? | 111000101011111100111111 | e2bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)