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 | ?冀ヂ⊂ | 00111111100110010110001010000011011000011000000110111100 | 3f9962836181bc |
EUC-JP | ?冀ヂ⊂ | 00111111110100011100001110100101110000101010001010111110 | 3fd1c3a5c2a2be |
UTF-8 | 룵冀ヂ⊂ | 111010111010001110110101111001011000011010000000111000111000001110000010111000101000101010000010 | eba3b5e58680e38382e28a82 |
UHC | 룵冀ヂ⊂ | 1000111110101010110100001110110110101011110000101010000111111000 | 8faad0edabc2a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)