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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 薺薺B | 1110010101010100111001010101010001000010 | e554e55442 |
EUC-JP | 薺薺B | 1110100110110101111010011011010101000010 | e9b5e9b542 |
UTF-8 | 薺薺B | 11101000100101101011101011101000100101101011101001000010 | e896bae896ba42 |
UHC | 薺薺B | 1111000010110001111100001011000101000010 | f0b1f0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)