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 | ??V???? | 00111111001111110101011000111111001111110011111100111111 | 3f3f563f3f3f3f |
SJIS-WIN | テ」Vツδ個Ц | 11000011101000110101011011000010100000111100001010001100110000101000010001010111 | c3a356c283c28cc28457 |
EUC-JP | テ」Vツδ個Ц | 10001110110000111000111010100011010101101000111011000010101001101100010010111000110001001010011110111000 | 8ec38ea3568ec2a6c4b8c4a7b8 |
UTF-8 | テ」Vツδ個Ц | 1110111110111110100000111110111110111101101000110101011011101111101111101000001011001110101101001110010110000000100010111101000010100110 | efbe83efbda356efbe82ceb4e5808bd0a6 |
UHC | ??V?δ個Ц | 00111111001111110101011000111111101001011110010011001011110000011010110010111000 | 3f3f563fa5e4cbc1acb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)