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 | 訂矜?? | 100100101111100111100001111000000011111100111111 | 92f9e1e03f3f |
EUC-JP | 訂矜?? | 110001001111101111100010111000100011111100111111 | c4fbe2e23f3f |
UTF-8 | 訂矜렡렮 | 111010001010100010000010111001111001111110011100111010111010000010100001111010111010000010101110 | e8a882e79f9ceba0a1eba0ae |
UHC | 訂矜렡렮 | 1110111111110100110100001110100010001110101100101000111010111011 | eff4d0e88eb28ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)