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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 焏情お蹊 | 1111101101010011100011111110111010000010101010001110011011111100 | fb538fee82a8e6fc |
EUC-JP | 焏情お蹊 | 100011111100100111101001101111101111000010100100101010101110110011111110 | 8fc9e9bef0a4aaecfe |
UTF-8 | 焏情お蹊 | 111001111000010010001111111001101000001110000101111000111000000110001010111010001011100110001010 | e7848fe68385e3818ae8b98a |
UHC | ?情お蹊 | 00111111111011111101011110101010101010101111101110110111 | 3fefd7aaaafbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)