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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 籥腋籥 | 111000101101111011100011111111001110001011011110 | e2dee3fce2de |
EUC-JP | 籥腋籥 | 111001001110000011100110111111101110010011100000 | e4e0e6fee4e0 |
UTF-8 | 籥腋籥 | 111001111011000110100101111010001000010110001011111001111011000110100101 | e7b1a5e8858be7b1a5 |
UHC | ?腋? | 00111111111001001111110100111111 | 3fe4fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)