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 | 硝ュ省 | 1000111111001001101011011000111111001000 | 8fc9ad8fc8 |
EUC-JP | 硝ュ省 | 101111101100101110001110101011011011111011001010 | becb8eadbeca |
UTF-8 | 硝ュ省 | 111001111010000110011101111011111011110110101101111001111001110010000001 | e7a19defbdade79c81 |
UHC | 硝?省 | 1111010110100110001111111110000011111101 | f5a63fe0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)