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 | 1001101101101100100111111010010011100100110111010110111001000010 | 9b6c9fa4e4dd6e42 |
EUC-JP | 嬪洟萬nB | 1101010111001101110111101010011011101000110111110110111001000010 | d5cddea6e8df6e42 |
UTF-8 | 嬪洟萬nB | 1110010110101100101010101110011010110100100111111110100010010000101011000110111001000010 | e5acaae6b49fe890ac6e42 |
UHC | 嬪?萬nB | 11011110101011100011111111011000101111110110111001000010 | deae3fd8bf6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)