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 | 100110000110110100111111001111111001100001101101001111110011111101000101 | 986d3f3f986d3f3f45 |
EUC-JP | 藁??藁??E | 110011111100111000111111001111111100111111001110001111110011111101000101 | cfce3f3fcfce3f3f45 |
UTF-8 | 藁뤚큎藁뤚큒E | 11101000100101111000000111101011101001001001101011101101100000011000111011101000100101111000000111101011101001001001101011101101100000011001001001000101 | e89781eba49aed818ee89781eba49aed819245 |
UHC | 藁뤚큎藁뤚큒E | 11001101110010111000111111001001101101000101100111001101110010111000111111001001101101000110001001000101 | cdcb8fc9b459cdcb8fc9b46245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)