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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘊?Р馭 | 11100101010111010011111110000100010100011110100101100110 | e55d3f8451e966 |
EUC-JP | 蘊?Р馭 | 11101001101111100011111110100111101100101111000111000111 | e9be3fa7b2f1c7 |
UTF-8 | 蘊삯Р馭 | 1110100010011000100010101110110010000010101011111101000010100000111010011010011010101101 | e8988aec82afd0a0e9a6ad |
UHC | 蘊삯Р馭 | 1110100010110011101110111110100110101100101100101110010111011111 | e8b3bbe9acb2e5df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)