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 | 驩樊ェ守櫨 | 111010011000100110011110111001101010101010001110111001111001010010100101 | e9899ee6aa8ee794a5 |
EUC-JP | 驩樊ェ守櫨 | 11110001111010011101110011101000100011101010101010111100111010011100100010100111 | f1e9dce88eaabce9c8a7 |
UTF-8 | 驩樊ェ守櫨 | 111010011010100110101001111001101010100010001010111011111011110110101010111001011010111010001000111001101010101110101000 | e9a9a9e6a88aefbdaae5ae88e6aba8 |
UHC | 驩樊?守? | 1111110010111110110110111110000000111111111000011111101000111111 | fcbedbe03fe1fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)