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 | 踉ィ驕ィ蹂 | 1110011011110010101010001110100110000001101010001110011011111000 | e6f2a8e981a8e6f8 |
EUC-JP | 踉ィ驕ィ蹂 | 11101100111101001000111010101000111100011110000110001110101010001110110011111010 | ecf48ea8f1e18ea8ecfa |
UTF-8 | 踉ィ驕ィ蹂 | 111010001011100010001001111011111011110110101000111010011010100110010101111011111011110110101000111010001011100110000010 | e8b889efbda8e9a995efbda8e8b982 |
UHC | ??驕?蹂 | 00111111001111111100111011110110001111111110101110110011 | 3f3fcef63febb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)