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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棚孫属誰則 | 10010010010010011001000110110111100100011010111010010010010011101001000110100101 | 924991b791ae924e91a5 |
EUC-JP | 棚孫属誰則 | 11000011101010101100001010111001110000101011000011000011101011111100001010100111 | c3aac2b9c2b0c3afc2a7 |
UTF-8 | 棚孫属誰則 | 111001101010001110011010111001011010110110101011111001011011000110011110111010001010101010110000111001011000100110000111 | e6a39ae5adabe5b19ee8aab0e58987 |
UHC | 棚孫?誰則 | 110111011101110011100001110111010011111111100010110000011111011011001110 | dddce1dd3fe2c1f6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)