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 | 雍壱ャ | 1110100010110100100010001110101110101100 | e8b488ebac |
EUC-JP | 雍壱ャ | 111100001011011010110000111011011000111010101100 | f0b6b0ed8eac |
UTF-8 | 雍壱ャ | 111010011001101110001101111001011010001110110001111011111011110110101100 | e99b8de5a3b1efbdac |
UHC | 雍?? | 11101000101111000011111100111111 | e8bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)