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 | 荏捧庇 | 100010010110000010010101111110011001010011011101 | 896095f994dd |
EUC-JP | 荏捧庇 | 101100011100000111001010111110111100100011011111 | b1c1cafbc8df |
UTF-8 | 荏捧庇 | 111010001000110110001111111001101000110110100111111001011011101010000111 | e88d8fe68da7e5ba87 |
UHC | 荏捧庇 | 111011001111101111011100111010011101110111100111 | ecfbdce9dde7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)