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 | 蕣礁諸 | 111001001111101010001111110010101111101110101001 | e4fa8fcafba9 |
EUC-JP | 蕣礁? | 1110100011111100101111101100110000111111 | e8fcbecc3f |
UTF-8 | 蕣礁諸 | 111010001001010110100011111001111010010010000001111011111010100010100010 | e895a3e7a481efa8a2 |
UHC | 蕣礁? | 1110001011110010111101011010011100111111 | e2f2f5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)