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 | ?耿?? | 0011111111100011110101000011111100111111 | 3fe3d43f3f |
EUC-JP | 沅耿?醱 | 100011111100011011101001111001101101011000111111100011111110001011110111 | 8fc6e9e6d63f8fe2f7 |
UTF-8 | 沅耿렢醱 | 111001101011001010000101111010001000000010111111111010111010000010100010111010011000011010110001 | e6b285e880bfeba0a2e986b1 |
UHC | 沅耿렢醱 | 1110101010110110110011001110101010001110101100111101101110100011 | eab6ccea8eb3dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)