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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
EUC-JP | 琰??v | 100011111100110010110100001111110011111101110110 | 8fccb43f3f76 |
UTF-8 | 琰묊츟v | 11100111100100001011000011101011101011001000101011101100101110001001111101110110 | e790b0ebac8aecb89f76 |
UHC | 琰묊츟v | 11100110111111001001000111100111101011101001100001110110 | e6fc91e7ae9876 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)