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 | 霎ソ魍亥ア | 1110100010111110101111111110100110110001100010001110010110110001 | e8bebfe9b188e5b1 |
EUC-JP | 霎ソ魍亥ア | 11110000110000001000111010111111111100101011001110110000111001111000111010110001 | f0c08ebff2b3b0e78eb1 |
UTF-8 | 霎ソ魍亥ア | 111010011001110010001110111011111011110110111111111010011010110110001101111001001011101010100101111011111011110110110001 | e99c8eefbdbfe9ad8de4baa5efbdb1 |
UHC | ???亥? | 001111110011111100111111111110101010010000111111 | 3f3f3ffaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)