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 | 辯オ逖 | 1110011110000111101101011110011110011000 | e787b5e798 |
EUC-JP | 辯オ逖 | 111011011110011110001110101101011110110111111000 | ede78eb5edf8 |
UTF-8 | 辯オ逖 | 111010001011111010101111111011111011110110110101111010011000000010010110 | e8beafefbdb5e98096 |
UHC | 辯?? | 11011100101010100011111100111111 | dcaa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)