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 | 蒹随充 | 111001001110001110010000100011111000111101011011 | e4e3908f8f5b |
EUC-JP | 蒹随充 | 111010001110010110111111111011111011110110111100 | e8e5bfefbdbc |
UTF-8 | 蒹随充 | 111010001001001010111001111010011001101010001111111001011000010110000101 | e892b9e99a8fe58585 |
UHC | ??充 | 00111111001111111111010111110110 | 3f3ff5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)