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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??瓦?? | 1110001010100011001111110011111110001010101000100011111100111111 | e2a33f3f8aa23f3f |
EUC-JP | 筌??瓦?? | 1110010010100101001111110011111110110100101001000011111100111111 | e4a53f3fb4a43f3f |
UTF-8 | 筌㏓젪瓦낅젌 | 111001111010110110001100111000111000111110010011111011001010000010101010111001111001001110100110111010111000001010000101111011001010000010001100 | e7ad8ce38f93eca0aae793a6eb8285eca08c |
UHC | 筌㏓젪瓦낅젌 | 111011111010011110100111111010111010000010100010111010001011111110000101111010111010000010001101 | efa7a7eba0a2e8bf85eba08d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)