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 | 承晥ホ | 1000111110110011111110101101010111001110 | 8fb3fad5ce |
EUC-JP | 承?ホ | 1011111010110101001111111000111011001110 | beb53f8ece |
UTF-8 | 承晥ホ | 111001101000100110111111111001101001100110100101111011111011111010001110 | e689bfe699a5efbe8e |
UHC | 承晥? | 1110001110101111111111001011011100111111 | e3affcb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)