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 | 菎韋犂獵 | 1110010011000000111010001110100011100000101100101110000011011000 | e4c0e8e8e0b2e0d8 |
EUC-JP | 菎韋犂獵 | 1110100011000010111100001110101011100000101101001110000011011010 | e8c2f0eae0b4e0da |
UTF-8 | 菎韋犂獵 | 111010001000111110001110111010011001111110001011111001111000101010000010111001111000110110110101 | e88f8ee99f8be78a82e78db5 |
UHC | ?韋?獵 | 001111111110101011011111001111111101011010110100 | 3feadf3fd6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)