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 | 霍」諛搾ス | 1110100010110111101000111110011010000111100011011110111110111101 | e8b7a3e6878defbd |
EUC-JP | 霍」諛搾ス | 11110000101110011000111010100011111010111110011110111010111100011000111010111101 | f0b98ea3ebe7baf18ebd |
UTF-8 | 霍」諛搾ス | 111010011001110010001101111011111011110110100011111010001010101110011011111001101001000010111110111011111011110110111101 | e99c8defbda3e8ab9be690beefbdbd |
UHC | ??諛搾? | 00111111001111111110101110110000111100111011011000111111 | 3f3febb0f3b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)