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 | セノ省 | 10111110110010011000111111001000 | bec98fc8 |
EUC-JP | セノ省 | 100011101011111010001110110010011011111011001010 | 8ebe8ec9beca |
UTF-8 | セノ省 | 111011111011110110111110111011111011111010001001111001111001110010000001 | efbdbeefbe89e79c81 |
UHC | ??省 | 00111111001111111110000011111101 | 3f3fe0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)