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 | 佃兢?? | 100100101100111110011001010111010011111100111111 | 92cf995d3f3f |
EUC-JP | 佃兢?? | 110001001101000111010001101111100011111100111111 | c4d1d1be3f3f |
UTF-8 | 佃兢렍렠 | 111001001011110110000011111001011000010110100010111010111010000010001101111010111010000010100000 | e4bd83e585a2eba08deba0a0 |
UHC | 佃兢렍렠 | 1110111011101100110100001110011110001110101000111000111010110001 | eeecd0e78ea38eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)