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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?⑨?? | 0011111110000111010010000011111100111111 | 3f87483f3f |
EUC-JP | 髥??沅 | 1000111111101001111100000011111100111111100011111100011011101001 | 8fe9f03f3f8fc6e9 |
UTF-8 | 髥⑨쪢沅 | 111010011010101110100101111000101001000110101000111011001010101010100010111001101011001010000101 | e9aba5e291a8ecaaa2e6b285 |
UHC | 髥⑨쪢沅 | 1110011110100011101010001110111110100101100110111110101010110110 | e7a3a8efa59beab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)