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 | 諛餓ッ | 1110011010000111100010011110110010101111 | e68789ecaf |
EUC-JP | 諛餓ッ | 111010111110011110110010111011101000111010101111 | ebe7b2ee8eaf |
UTF-8 | 諛餓ッ | 111010001010101110011011111010011010010010010011111011111011110110101111 | e8ab9be9a493efbdaf |
UHC | 諛餓? | 1110101110110000111001001011101100111111 | ebb0e4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)