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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 楓????B | 10010101100101100011111100111111001111110011111101000010 | 95963f3f3f3f42 |
EUC-JP | 楓????B | 11001001111101100011111100111111001111110011111101000010 | c9f63f3f3f3f42 |
UTF-8 | 楓렑롂렓렣B | 11100110101001011001001111101011101000001001000111101011101000011000001011101011101000001001001111101011101000001010001101000010 | e6a593eba091eba182eba093eba0a342 |
UHC | 楓렑롂렓렣B | 1111100110100011100011101010011010001110110010011000111010101000100011101011010001000010 | f9a38ea68ec98ea88eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)