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 | 錺滑耳 | 111010000100010010001010100010101000111010101000 | e8448a8a8ea8 |
EUC-JP | 錺滑耳 | 111011111010010110110011111010101011110010101010 | efa5b3eabcaa |
UTF-8 | 錺滑耳 | 111010011000110010111010111001101011101110010001111010001000000010110011 | e98cbae6bb91e880b3 |
UHC | ?滑耳 | 0011111111111100110000011110110010111100 | 3ffcc1ecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)