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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 訒ク{訒クs | 1111101110100011101110000111101111111011101000111011100001110011 | fba3b87bfba3b873 |
EUC-JP | 訒ク{訒クs | 100011111101110111001000100011101011100001111011100011111101110111001000100011101011100001110011 | 8fddc88eb87b8fddc88eb873 |
UTF-8 | 訒ク{訒クs | 1110100010101000100100101110111110111101101110000111101111101000101010001001001011101111101111011011100001110011 | e8a892efbdb87be8a892efbdb873 |
UHC | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)