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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??旭?垣 | 00111111001111111000100010101110001111111000101001011111 | 3f3f88ae3f8a5f |
EUC-JP | ??旭?垣 | 00111111001111111011000010110000001111111011001111000000 | 3f3fb0b03fb3c0 |
UTF-8 | 欌렪旭렔垣 | 111001101010110010001100111010111010000010101010111001101001011110101101111010111010000010010100111001011001111010100011 | e6ac8ceba0aae697adeba094e59ea3 |
UHC | 欌렪旭렔垣 | 11101101111010111000111010111000111010011110111110001110101010011110101010101111 | edeb8eb8e9ef8ea9eaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)