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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 霎ソ雍郁∮}B | 1110100010111110101111111110100010110100100010001110100010000111100100110111110101000010 | e8bebfe8b488e887937d42 |
EUC-JP | 霎ソ雍郁?}B | 1111000011000000100011101011111111110000101101101011000011101010001111110111110101000010 | f0c08ebff0b6b0ea3f7d42 |
UTF-8 | 霎ソ雍郁∮}B | 1110100110011100100011101110111110111101101111111110100110011011100011011110100110000011100000011110001010001000101011100111110101000010 | e99c8eefbdbfe99b8de98381e288ae7d42 |
UHC | ??雍郁∮}B | 00111111001111111110100010111100111010011111010010100010101100010111110101000010 | 3f3fe8bce9f4a2b17d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)