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 | 浩狡? | 1000110101011111111000001100001000111111 | 8d5fe0c23f |
EUC-JP | 浩狡? | 1011100111000000111000001100010000111111 | b9c0e0c43f |
UTF-8 | 浩狡렰 | 111001101011010110101001111001111000101110100001111010111010000010110000 | e6b5a9e78ba1eba0b0 |
UHC | 浩狡렰 | 111110111100011111001110111010101000111010111101 | fbc7ceea8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)