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 | 鵰ラ銛 | 1111110001000111110101111110011111110011 | fc47d7e7f3 |
EUC-JP | 鵰ラ銛 | 10001111111010111111101110001110110101111110111011110101 | 8febfb8ed7eef5 |
UTF-8 | 鵰ラ銛 | 111010011011010110110000111011111011111010010111111010011000101010011011 | e9b5b0efbe97e98a9b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)