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 | ???^??? | 00111111001111110011111101011110001111110011111100111111 | 3f3f3f5e3f3f3f |
SJIS-WIN | 馭??^馭?? | 111010010110011000111111001111110101111011101001011001100011111100111111 | e9663f3f5ee9663f3f |
EUC-JP | 馭??^馭?? | 111100011100011100111111001111110101111011110001110001110011111100111111 | f1c73f3f5ef1c73f3f |
UTF-8 | 馭곣굜^馭곸값 | 11101001101001101010110111101010101100111010001111101010101101011001110001011110111010011010011010101101111010101011001110111000111010101011000010010010 | e9a6adeab3a3eab59c5ee9a6adeab3b8eab092 |
UHC | 馭곣굜^馭곸값 | 11100101110111111000000111100010100000101000010001011110111001011101111110000001111011001011000010101010 | e5df81e282845ee5df81ecb0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)