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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 梓矜?? | 100010001011001011100001111000000011111100111111 | 88b2e1e03f3f |
EUC-JP | 梓矜?? | 101100001011010011100010111000100011111100111111 | b0b4e2e23f3f |
UTF-8 | 梓矜렧渴 | 111001101010001010010011111001111001111110011100111010111010000010100111111001101011100010110100 | e6a293e79f9ceba0a7e6b8b4 |
UHC | 梓矜렧渴 | 1110111010101001110100001110100010001110101101101100101011100100 | eea9d0e88eb6cae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)