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 | ??q??qB | 00111111001111110111000100111111001111110111000101000010 | 3f3f713f3f7142 |
SJIS-WIN | ??q??qB | 00111111001111110111000100111111001111110111000101000010 | 3f3f713f3f7142 |
EUC-JP | ??q??qB | 00111111001111110111000100111111001111110111000101000010 | 3f3f713f3f7142 |
UTF-8 | 뭊묪q뭊묪qB | 111010111010110110001010111010111010110010101010011100011110101110101101100010101110101110101100101010100111000101000010 | ebad8aebacaa71ebad8aebacaa7142 |
UHC | 뭊묪q뭊묪qB | 1001001001010101100100100100001001110001100100100101010110010010010000100111000101000010 | 9255924271925592427142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)