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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霆滕詐繹 | 1110100010111011100111111110110010001101101111001110001110001000 | e8bb9fec8dbce388 |
EUC-JP | 霆滕詐繹 | 1111000010111101110111101110111010111010101111101110010111101000 | f0bddeeebabee5e8 |
UTF-8 | 霆滕詐繹 | 111010011001110010000110111001101011101110010101111010001010100110010000111001111011100110111001 | e99c86e6bb95e8a990e7b9b9 |
UHC | 霆?詐繹 | 11101111111111010011111111011110111100011110011010111010 | effd3fdef1e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)