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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 戰??? | 1001110101000100001111110011111100111111 | 9d443f3f3f |
EUC-JP | 戰??? | 1101100110100101001111110011111100111111 | d9a53f3f3f |
UTF-8 | 戰면렑렫 | 111001101000100010110000111010111010100110110100111010111010000010010001111010111010000010101011 | e688b0eba9b4eba091eba0ab |
UHC | 戰면렑렫 | 1110111011111010101110001110100110001110101001101000111010111001 | eefab8e98ea68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)