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 | 霈餓沫踟蜂 | 11101000101111001000100111101100100101101001011111100110111101111001011001001001 | e8bc89ec9697e6f79649 |
EUC-JP | 霈餓沫踟蜂 | 11110000101111101011001011101110110010111111011111101100111110011100101110101010 | f0beb2eecbf7ecf9cbaa |
UTF-8 | 霈餓沫踟蜂 | 111010011001110010001000111010011010010010010011111001101011001010101011111010001011100010011111111010001001110010000010 | e99c88e9a493e6b2abe8b89fe89c82 |
UHC | ?餓沫?蜂 | 0011111111100100101110111101100011001000001111111101110011110000 | 3fe4bbd8c83fdcf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)