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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 村棚n村棚nB | 1001000110111010100100100100100101101110100100011011101010010010010010010110111001000010 | 91ba92496e91ba92496e42 |
EUC-JP | 村棚n村棚nB | 1100001010111100110000111010101001101110110000101011110011000011101010100110111001000010 | c2bcc3aa6ec2bcc3aa6e42 |
UTF-8 | 村棚n村棚nB | 111001101001110110010001111001101010001110011010011011101110011010011101100100011110011010100011100110100110111001000010 | e69d91e6a39a6ee69d91e6a39a6e42 |
UHC | 村棚n村棚nB | 1111010110111101110111011101110001101110111101011011110111011101110111000110111001000010 | f5bddddc6ef5bddddc6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)