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 | 葯溽裸 | 111001001101111010011111111001111001011110000111 | e4de9fe79787 |
EUC-JP | 葯溽裸 | 111010001110000011011110111010011100110111100111 | e8e0dee9cde7 |
UTF-8 | 葯溽裸 | 111010001001000110101111111001101011101010111101111010001010001110111000 | e891afe6babde8a3b8 |
UHC | 葯?裸 | 1110010110110101001111111101010110100011 | e5b53fd5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)