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 | 硝涇省 | 100011111100100111111010111110111000111111001000 | 8fc9fafb8fc8 |
EUC-JP | 硝涇省 | 10111110110010111000111111000111110001111011111011001010 | becb8fc7c7beca |
UTF-8 | 硝涇省 | 111001111010000110011101111001101011011010000111111001111001110010000001 | e7a19de6b687e79c81 |
UHC | 硝涇省 | 111101011010011011001100110111001110000011111101 | f5a6ccdce0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)