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 | 狸蔵村谷側 | 10010010010010111001000110100000100100011011101010010010010010101001000110100100 | 924b91a091ba924a91a4 |
EUC-JP | 狸蔵村谷側 | 11000011101011001100001010100010110000101011110011000011101010111100001010100110 | c3acc2a2c2bcc3abc2a6 |
UTF-8 | 狸蔵村谷側 | 111001111000101110111000111010001001010010110101111001101001110110010001111010001011000010110111111001011000000110110100 | e78bb8e894b5e69d91e8b0b7e581b4 |
UHC | 狸?村谷側 | 110101111110000100111111111101011011110111001101110110111111011010110000 | d7e13ff5bdcddbf6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)