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 | 謳派謳 | 111001101001000010010100011010001110011010010000 | e6909468e690 |
EUC-JP | 謳派謳 | 111010111111000011000111110010011110101111110000 | ebf0c7c9ebf0 |
UTF-8 | 謳派謳 | 111010001010110010110011111001101011010010111110111010001010110010110011 | e8acb3e6b4bee8acb3 |
UHC | 謳派謳 | 110011111100010011110111111011111100111111000100 | cfc4f7efcfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)