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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邨ョ邨ョ^ | 11100111101101011010111011100111101101011010111001011110 | e7b5aee7b5ae5e |
EUC-JP | 邨ョ邨ョ^ | 111011101011011110001110101011101110111010110111100011101010111001011110 | eeb78eaeeeb78eae5e |
UTF-8 | 邨ョ邨ョ^ | 11101001100000101010100011101111101111011010111011101001100000101010100011101111101111011010111001011110 | e982a8efbdaee982a8efbdae5e |
UHC | 邨?邨?^ | 11110101101111100011111111110101101111100011111101011110 | f5be3ff5be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)