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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螯翫肢 | 111001011010011010001010111000111000111010001000 | e5a68ae38e88 |
EUC-JP | 螯翫肢 | 111010101010100010110100111001011011101111101000 | eaa8b4e5bbe8 |
UTF-8 | 螯翫肢 | 111010001001111010101111111001111011111110101011111010001000001010100010 | e89eafe7bfabe882a2 |
UHC | ?翫肢 | 0011111111101000110100011111001010110110 | 3fe8d1f2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)