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 | 釋纖禪 | 111001111101011111100011100110011110001001010111 | e7d7e399e257 |
EUC-JP | 釋纖禪 | 111011101101100111100101111110011110001110111000 | eed9e5f9e3b8 |
UTF-8 | 釋纖禪 | 111010011000011110001011111001111011101010010110111001111010011010101010 | e9878be7ba96e7a6aa |
UHC | 釋纖禪 | 111000001011011111100000111010011110000011001001 | e0b7e0e9e0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)