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 | 晶ヲ晶ァ | 10001111101110111111100110001110101001101000111110111011111110011000111010100111 | 8fbbf98ea68fbbf98ea7 |
EUC-JP | 晶?ヲ晶?ァ | 10111110101111010011111110001110101001101011111010111101001111111000111010100111 | bebd3f8ea6bebd3f8ea7 |
UTF-8 | 晶ヲ晶ァ | 111001101001100110110110111011101001101110101001111011111011110110100110111001101001100110110110111011101001101110101001111011111011110110100111 | e699b6ee9ba9efbda6e699b6ee9ba9efbda7 |
UHC | 晶??晶?? | 1110111111011100001111110011111111101111110111000011111100111111 | efdc3f3fefdc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)