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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 馴瀋蒐nB | 1001001111101001111000000110001110001111010011100110111001000010 | 93e9e0638f4e6e42 |
EUC-JP | 馴瀋蒐nB | 1100011011101011110111111100010010111101101011110110111001000010 | c6ebdfc4bdaf6e42 |
UTF-8 | 馴瀋蒐nB | 1110100110100110101101001110011110000000100010111110100010010010100100000110111001000010 | e9a6b4e7808be892906e42 |
UHC | 馴瀋蒐nB | 1110001011111000111001001010001111100010101111010110111001000010 | e2f8e4a3e2bd6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)