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 | 霍」諛搾スァ | 111010001011011110100011111001101000011110001101111011111011110110100111 | e8b7a3e6878defbda7 |
EUC-JP | 霍」諛搾スァ | 111100001011100110001110101000111110101111100111101110101111000110001110101111011000111010100111 | f0b98ea3ebe7baf18ebd8ea7 |
UTF-8 | 霍」諛搾スァ | 111010011001110010001101111011111011110110100011111010001010101110011011111001101001000010111110111011111011110110111101111011111011110110100111 | e99c8defbda3e8ab9be690beefbdbdefbda7 |
UHC | ??諛搾?? | 0011111100111111111010111011000011110011101101100011111100111111 | 3f3febb0f3b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)