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 | 閻溯嚏 | 111010001000010110011111111010001001101010001010 | e8859fe89a8a |
EUC-JP | 閻溯嚏 | 111011111110010111011110111010101101001111101010 | efe5deead3ea |
UTF-8 | 閻溯嚏 | 111010011001011010111011111001101011101010101111111001011001101010001111 | e996bbe6baafe59a8f |
UHC | 閻溯? | 1110011110100010111000011011110100111111 | e7a2e1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)