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 | 逑樫 | 11100111100100111000101001111110 | e7938a7e |
EUC-JP | 逑樫 | 11101101111100111011001111011111 | edf3b3df |
UTF-8 | 逑樫 | 111010011000000010010001111001101010100010101011 | e98091e6a8ab |
UHC | 逑? | 110011111100011100111111 | cfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)