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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 霎ソ雍郁∮] | 11101000101111101011111111101000101101001000100011101000100001111001001101011101 | e8bebfe8b488e887935d |
EUC-JP | 霎ソ雍郁?] | 11110000110000001000111010111111111100001011011010110000111010100011111101011101 | f0c08ebff0b6b0ea3f5d |
UTF-8 | 霎ソ雍郁∮] | 11101001100111001000111011101111101111011011111111101001100110111000110111101001100000111000000111100010100010001010111001011101 | e99c8eefbdbfe99b8de98381e288ae5d |
UHC | ??雍郁∮] | 001111110011111111101000101111001110100111110100101000101011000101011101 | 3f3fe8bce9f4a2b15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)