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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????羈 | 001111110011111100111111001111111110001110110001 | 3f3f3f3fe3b1 |
EUC-JP | ????羈 | 001111110011111100111111001111111110011010110011 | 3f3f3f3fe6b3 |
UTF-8 | 쒔롉뤏쮱羈 | 111011001001001010010100111010111010000110001001111010111010010010001111111011001010111010110001111001111011111010001000 | ec9294eba189eba48fecaeb1e7be88 |
UHC | 쒔롉뤏쮱羈 | 10111110101011011000111011001111100011111011111110101000100011101101000110111100 | bead8ecf8fbfa88ed1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)