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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????П? | 0011111100111111001111110011111100111111100001000101000000111111 | 3f3f3f3f3f84503f |
EUC-JP | ?????П? | 0011111100111111001111110011111100111111101001111011000100111111 | 3f3f3f3f3fa7b13f |
UTF-8 | 溜볥쨮隸듭П溜 | 1110111110100111100010111110101110110011101001011110110010101000101011101110111110100110101110001110101110010011101011011101000010011111111011111010011110001011 | efa78bebb3a5eca8aeefa6b8eb93add09fefa78b |
UHC | 溜볥쨮隸듭П溜 | 1110101011111110100100111110101110100100100010001110011111100110101101011110110010101100101100011110101011111110 | eafe93eba488e7e6b5ecacb1eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)