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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霎ソ魍郁∮雍 | 1110100010111110101111111110100110110001100010001110100010000111100100111110100010110100 | e8bebfe9b188e88793e8b4 |
EUC-JP | 霎ソ魍郁?雍 | 1111000011000000100011101011111111110010101100111011000011101010001111111111000010110110 | f0c08ebff2b3b0ea3ff0b6 |
UTF-8 | 霎ソ魍郁∮雍 | 111010011001110010001110111011111011110110111111111010011010110110001101111010011000001110000001111000101000100010101110111010011001101110001101 | e99c8eefbdbfe9ad8de98381e288aee99b8d |
UHC | ???郁∮雍 | 001111110011111100111111111010011111010010100010101100011110100010111100 | 3f3f3fe9f4a2b1e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)