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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 逋ィh逋ィ | 11100111100110011010100001101000111001111001100110101000 | e799a868e799a8 |
EUC-JP | 逋ィh逋ィ | 111011011111100110001110101010000110100011101101111110011000111010101000 | edf98ea868edf98ea8 |
UTF-8 | 逋ィh逋ィ | 11101001100000001000101111101111101111011010100001101000111010011000000010001011111011111011110110101000 | e9808befbda868e9808befbda8 |
UHC | 逋?h逋? | 11111000111001110011111101101000111110001110011100111111 | f8e73f68f8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)