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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 醯??B | 1110011111001111001111110011111101000010 | e7cf3f3f42 |
EUC-JP | 醯??B | 1110111011010001001111110011111101000010 | eed13f3f42 |
UTF-8 | 醯귧쐜B | 11101001100001101010111111101010101101111010011111101100100100001001110001000010 | e986afeab7a7ec909c42 |
UHC | 醯귧쐜B | 11111011101110001000001011101110100111001000001001000010 | fbb882ee9c8242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)