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 | 晤⑤?猶 | 10011101111010111000011101000100001111111001011101010000 | 9deb87443f9750 |
EUC-JP | 晤??猶 | 110110101110110100111111001111111100110110110001 | daed3f3fcdb1 |
UTF-8 | 晤⑤뜇猶 | 111001101001100110100100111000101001000110100100111010111001110010000111111001111000110010110110 | e699a4e291a4eb9c87e78cb6 |
UHC | 晤⑤뜇猶 | 1110011111111011101010001110101110001101100010101110101110100010 | e7fba8eb8d8aeba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)