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 | 軏情痘遏 | 1111101110110010100011111110111010010011100101111110011110011111 | fbb28fee9397e79f |
EUC-JP | 軏情痘遏 | 100011111110000011011001101111101111000011000101111101111110111010100001 | 8fe0d9bef0c5f7eea1 |
UTF-8 | 軏情痘遏 | 111010001011101110001111111001101000001110000101111001111001011110011000111010011000000110001111 | e8bb8fe68385e79798e9818f |
UHC | ?情痘? | 001111111110111111010111110101001110001100111111 | 3fefd7d4e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)