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 | 煇疲仆浯 | 1111101101010111100101001110011010011000101110111111101011111100 | fb5794e698bbfafc |
EUC-JP | 煇疲仆浯 | 10001111110010011111010111001000111010001101000010111101100011111100011111000011 | 8fc9f5c8e8d0bd8fc7c3 |
UTF-8 | 煇疲仆浯 | 111001111000010110000111111001111001011010110010111001001011101110000110111001101011010110101111 | e78587e796b2e4bb86e6b5af |
UHC | 煇疲?? | 111111011100100011111001101010100011111100111111 | fdc8f9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)