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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 歔諄攷 | 100111110110000011100110011110001001110110111101 | 9f60e6789dbd |
EUC-JP | 歔諄攷 | 110111011100000111101011110110011101101010111111 | ddc1ebd9dabf |
UTF-8 | 歔諄攷 | 111001101010110110010100111010001010101110000100111001101001010010110111 | e6ad94e8ab84e694b7 |
UHC | ?諄攷 | 0011111111100010111101001100110110111001 | 3fe2f4cdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)