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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髱り甥 | 111010011001110110000010111010001000100110011001 | e99d82e88999 |
EUC-JP | 髱り甥 | 111100011111110110100100111010101011000111111001 | f1fda4eab1f9 |
UTF-8 | 髱り甥 | 111010011010101110110001111000111000001010001010111001111001010010100101 | e9abb1e3828ae794a5 |
UHC | ?り甥 | 0011111110101010111010101101111111100111 | 3faaeadfe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)