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 | 鋿式鴪 | 111110111101110010001110101011101110100111110000 | fbdc8eaee9f0 |
EUC-JP | 鋿式鴪 | 10001111111001001101001010111100101100001111001011110010 | 8fe4d2bcb0f2f2 |
UTF-8 | 鋿式鴪 | 111010011000101110111111111001011011110010001111111010011011010010101010 | e98bbfe5bc8fe9b4aa |
UHC | ?式? | 00111111111000111101001000111111 | 3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)