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 | 蜈??腋 | 111001011000010100111111001111111110001111111100 | e5853f3fe3fc |
EUC-JP | 蜈??腋 | 111010011110010100111111001111111110011011111110 | e9e53f3fe6fe |
UTF-8 | 蜈욂퍢腋 | 111010001001110010001000111011001001101010000010111011011000110110100010111010001000010110001011 | e89c88ec9a82ed8da2e8858b |
UHC | 蜈욂퍢腋 | 1110100010100101100111101110010010111011100110011110010011111101 | e8a59ee4bb99e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)