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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 菹???? | 10001111110110001100001100111111001111110011111100111111 | 8fd8c33f3f3f3f |
UTF-8 | 菹롐롁렢렾 | 111010001000111110111001111010111010000110010000111010111010000110000001111010111010000010100010111010111010000010111110 | e88fb9eba190eba181eba0a2eba0be |
UHC | 菹롐롁렢렾 | 11101110110010011000111011010110100011101100100010001110101100111000111011000110 | eec98ed68ec88eb38ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)