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 | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | ?紗諾妊?nB | 00111111100011101101000110010001111110001001010001000100001111110110111001000010 | 3f8ed191f894443f6e42 |
EUC-JP | 馹紗諾妊?nB | 100011111110100110100001101111001101001111000010111110101100011110100101001111110110111001000010 | 8fe9a1bcd3c2fac7a53f6e42 |
UTF-8 | 馹紗諾妊렑nB | 1110100110100110101110011110011110110100100101111110100010101011101111101110010110100110100010101110101110100000100100010110111001000010 | e9a6b9e7b497e8abbee5a68aeba0916e42 |
UHC | 馹紗諾妊렑nB | 111011001111000111011110111010011101000111100111111011001111010010001110101001100110111001000010 | ecf1dee9d1e7ecf48ea66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)