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 | 慂老ヅ | 100111001100100010011000010101101000001101100100 | 9cc898568364 |
EUC-JP | 慂老ヅ | 110110001100101011001111101101111010010111000101 | d8cacfb7a5c5 |
UTF-8 | 慂老ヅ | 111001101000010110000010111010001000000010000001111000111000001110000101 | e68582e88081e38385 |
UHC | 慂老ヅ | 111010011011110111010110110101011010101111000101 | e9bdd6d5abc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)