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 nB nB | 1001001001000010100100011010000001101110100100100100001010010001101000000110111001000010 | 924291a06e924291a06e42 |
SJIS-WIN | ?B??n?B??nB | 0011111101000010001111110011111101101110001111110100001000111111001111110110111001000010 | 3f423f3f6e3f423f3f6e42 |
EUC-JP | ?B??n?B??nB | 0011111101000010001111110011111101101110001111110100001000111111001111110110111001000010 | 3f423f3f6e3f423f3f6e42 |
UTF-8 | B nB nB | 1100001010010010010000101100001010010001110000101010000001101110110000101001001001000010110000101001000111000010101000000110111001000010 | c29242c291c2a06ec29242c291c2a06e42 |
UHC | ?B??n?B??nB | 0011111101000010001111110011111101101110001111110100001000111111001111110110111001000010 | 3f423f3f6e3f423f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)