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 | 垣?靜? | 100010100101111100111111111010001100111000111111 | 8a5f3fe8ce3f |
EUC-JP | 垣?靜? | 101100111100000000111111111100001101000000111111 | b3c03ff0d03f |
UTF-8 | 垣렪靜렡 | 111001011001111010100011111010111010000010101010111010011001110110011100111010111010000010100001 | e59ea3eba0aae99d9ceba0a1 |
UHC | 垣렪靜렡 | 1110101010101111100011101011100011110000101000011000111010110010 | eaaf8eb8f0a18eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)