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 | 筰站牀 | 111000101010100111100010100010111110000010101100 | e2a9e28be0ac |
EUC-JP | 筰站牀 | 111001001010101111100011111010111110000010101110 | e4abe3ebe0ae |
UTF-8 | 筰站牀 | 111001111010110110110000111001111010101110011001111001111000100110000000 | e7adb0e7ab99e78980 |
UHC | ?站牀 | 0011111111110011110101111101111111010001 | 3ff3d7dfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)