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 | 軏情枚赶 | 1111101110110010100011111110111010010110100001111111101110110000 | fbb28fee9687fbb0 |
EUC-JP | 軏情枚? | 1000111111100000110110011011111011110000110010111110011100111111 | 8fe0d9bef0cbe73f |
UTF-8 | 軏情枚赶 | 111010001011101110001111111001101000001110000101111001101001111010011010111010001011010110110110 | e8bb8fe68385e69e9ae8b5b6 |
UHC | ?情枚? | 001111111110111111010111110110001101110100111111 | 3fefd7d8dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)