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 | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
SJIS-WIN | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
EUC-JP | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
UTF-8 | 묳묺뫕Z묳뫏 | 11101011101011001011001111101011101011001011101011101011101010111001010101011010111010111010110010110011111010111010101110001111 | ebacb3ebacbaebab955aebacb3ebab8f |
UHC | 묳묺뫕Z묳뫏 | 1001001001001010100100100100110110010001101101110101101010010010010010101001000110110001 | 924a924d91b75a924a91b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)