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 | ???c? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
SJIS-WIN | 懊??c? | 100111001110001100111111001111110110001100111111 | 9ce33f3f633f |
EUC-JP | 懊??c? | 110110001110010100111111001111110110001100111111 | d8e53f3f633f |
UTF-8 | 懊볥젡c凉 | 11100110100001111000101011101011101100111010010111101100101000001010000101100011111011111010010110111001 | e6878aebb3a5eca0a163efa5b9 |
UHC | 懊볥젡c凉 | 111001111111100010010011111010111010000010011010011000111110010110111100 | e7f893eba09a63e5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)