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 | 逑ョ繧ろェセ | 111001111001001110101110111000111000001010000010111010111010101010111110 | e793aee38282ebaabe |
EUC-JP | 逑ョ繧ろェセ | 111011011111001110001110101011101110010111100010101001001110110110001110101010101000111010111110 | edf38eaee5e2a4ed8eaa8ebe |
UTF-8 | 逑ョ繧ろェセ | 111010011000000010010001111011111011110110101110111001111011100110100111111000111000001010001101111011111011110110101010111011111011110110111110 | e98091efbdaee7b9a7e3828defbdaaefbdbe |
UHC | 逑??ろ?? | 1100111111000111001111110011111110101010111011010011111100111111 | cfc73f3faaed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)