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 | 霎ソ雍郁∮ | 111010001011111010111111111010001011010010001000111010001000011110010011 | e8bebfe8b488e88793 |
EUC-JP | 霎ソ雍郁? | 111100001100000010001110101111111111000010110110101100001110101000111111 | f0c08ebff0b6b0ea3f |
UTF-8 | 霎ソ雍郁∮ | 111010011001110010001110111011111011110110111111111010011001101110001101111010011000001110000001111000101000100010101110 | e99c8eefbdbfe99b8de98381e288ae |
UHC | ??雍郁∮ | 0011111100111111111010001011110011101001111101001010001010110001 | 3f3fe8bce9f4a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)