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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎コ?讎昌 | 1110100010111110101110100011111111100110101001101000111110111001 | e8beba3fe6a68fb9 |
EUC-JP | 霎コ暱讎昌 | 1111000011000000100011101011101010001111110000101101101011101100101010001011111010111011 | f0c08eba8fc2daeca8bebb |
UTF-8 | 霎コ暱讎昌 | 111010011001110010001110111011111011110110111010111001101001101010110001111010001010111010001110111001101001100010001100 | e99c8eefbdbae69ab1e8ae8ee6988c |
UHC | ????昌 | 001111110011111100111111001111111111001111100011 | 3f3f3f3ff3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)