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 | ZW | 10010010010110100101011110011111100101011001000110001110 | 925a579f95918e |
SJIS-WIN | ?ZW???? | 00111111010110100101011100111111001111110011111100111111 | 3f5a573f3f3f3f |
EUC-JP | ?ZW???? | 00111111010110100101011100111111001111110011111100111111 | 3f5a573f3f3f3f |
UTF-8 | ZW | 110000101001001001011010010101111100001010011111110000101001010111000010100100011100001010001110 | c2925a57c29fc295c291c28e |
UHC | ?ZW???? | 00111111010110100101011100111111001111110011111100111111 | 3f5a573f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)