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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逶ァ邂埼オッ | 111001111001101110100111111001111010111010001101111010011011010110101111 | e79ba7e7ae8de9b5af |
EUC-JP | 逶ァ邂埼オッ | 111011011111101110001110101001111110111010110000101110101110101110001110101101011000111010101111 | edfb8ea7eeb0baeb8eb58eaf |
UTF-8 | 逶ァ邂埼オッ | 111010011000000010110110111011111011110110100111111010011000001010000010111001011001111110111100111011111011110110110101111011111011110110101111 | e980b6efbda7e98282e59fbcefbdb5efbdaf |
UHC | ??邂埼?? | 0011111100111111111110101011001111010000111100100011111100111111 | 3f3ffab3d0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)