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 | 逕慕袷 | 111001111001010010010101111001111000100010111111 | e79495e788bf |
EUC-JP | 逕慕袷 | 111011011111010011001010111010011011000011000001 | edf4cae9b0c1 |
UTF-8 | 逕慕袷 | 111010011000000010010101111001101000010110010101111010001010001010110111 | e98095e68595e8a2b7 |
UHC | 逕慕? | 1100110011101111110110011011011100111111 | ccefd9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)