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 | 遲オ繝ェ | 111001111010110110110101111000111000001110101010 | e7adb5e383aa |
EUC-JP | 遲オ繝ェ | 1110111010101111100011101011010111100101111000111000111010101010 | eeaf8eb5e5e38eaa |
UTF-8 | 遲オ繝ェ | 111010011000000110110010111011111011110110110101111001111011100110011101111011111011110110101010 | e981b2efbdb5e7b99defbdaa |
UHC | 遲??? | 1111001011000000001111110011111100111111 | f2c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)