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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 蟾ス迢ク阡オE | 11100101101101111011110111100111100010111011100011101000100101001011010101000101 | e5b7bde78bb8e894b545 |
EUC-JP | 蟾ス迢ク阡オE | 11101010101110011000111010111101111011011110101110001110101110001110111111110100100011101011010101000101 | eab98ebdedeb8eb8eff48eb545 |
UTF-8 | 蟾ス迢ク阡オE | 11101000100111111011111011101111101111011011110111101000101111111010001011101111101111011011100011101001100110001010000111101111101111011011010101000101 | e89fbeefbdbde8bfa2efbdb8e998a1efbdb545 |
UHC | 蟾???阡?E | 111000001110101000111111001111110011111111110100110001100011111101000101 | e0ea3f3f3ff4c63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)