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 | 閻楢ざ | 111010001000010110010011111010001000001010110100 | e88593e882b4 |
EUC-JP | 閻楢ざ | 111011111110010111000110111010101010010010110110 | efe5c6eaa4b6 |
UTF-8 | 閻楢ざ | 111010011001011010111011111001101010010110100010111000111000000110010110 | e996bbe6a5a2e38196 |
UHC | 閻楢ざ | 111001111010001011101010111110011010101010110110 | e7a2eaf9aab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)