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 | 章豆米 | 100011111100110110010011101001001001010111000100 | 8fcd93a495c4 |
EUC-JP | 章豆米 | 101111101100111111000110101001101100101011000110 | becfc6a6cac6 |
UTF-8 | 章豆米 | 111001111010101110100000111010001011000110000110111001111011000110110011 | e7aba0e8b186e7b1b3 |
UHC | 章豆米 | 111011011111000111010100111001111101101010110111 | edf1d4e7dab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)