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 | 魴ォ雍剰 | 11101001101101011010101111101000101101001000111111101000 | e9b5abe8b48fe8 |
EUC-JP | 魴ォ雍剰 | 1111001010110111100011101010101111110000101101101011111011101010 | f2b78eabf0b6beea |
UTF-8 | 魴ォ雍剰 | 111010011010110110110100111011111011110110101011111010011001101110001101111001011000100110110000 | e9adb4efbdabe99b8de589b0 |
UHC | ??雍? | 0011111100111111111010001011110000111111 | 3f3fe8bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)