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 | ZLåö | 1001001001011010010011001110010111110110 | 925a4ce5f6 |
SJIS-WIN | ?ZL?? | 0011111101011010010011000011111100111111 | 3f5a4c3f3f |
EUC-JP | ?ZLåö | 001111110101101001001100100011111010101110101001100011111010101111010011 | 3f5a4c8faba98fabd3 |
UTF-8 | ZLåö | 1100001010010010010110100100110011000011101001011100001110110110 | c2925a4cc3a5c3b6 |
UHC | ?ZL?? | 0011111101011010010011000011111100111111 | 3f5a4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)