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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 霎ソ螟咯E | 1110100010111110101111111110010110100100100110100101110101000101 | e8bebfe5a49a5d45 |
EUC-JP | 霎ソ螟咯E | 111100001100000010001110101111111110101010100110110100111011111001000101 | f0c08ebfeaa6d3be45 |
UTF-8 | 霎ソ螟咯E | 11101001100111001000111011101111101111011011111111101000100111101001111111100101100100101010111101000101 | e99c8eefbdbfe89e9fe592af45 |
UHC | ??螟?E | 001111110011111111011001101011010011111101000101 | 3f3fd9ad3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)