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 | 悌裟洌池? | 100100101110111010001101101111101001111110101110100100100111001000111111 | 92ee8dbe9fae92723f |
EUC-JP | 悌裟洌池? | 110001001111000010111010110000001101111010110000110000111101001100111111 | c4f0bac0deb0c3d33f |
UTF-8 | 悌裟洌池렔 | 111001101000001010001100111010001010001110011111111001101011010010001100111001101011000110100000111010111010000010010100 | e6828ce8a39fe6b48ce6b1a0eba094 |
UHC | 悌裟洌池렔 | 11110000101010101101111011110000110101101010110011110010101011101000111010101001 | f0aadef0d6acf2ae8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)