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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 贓?吟??? | 1110011011011001001111111000101111100001001111110011111100111111 | e6d93f8be13f3f3f |
EUC-JP | 贓?吟??? | 1110110011011011001111111011011011100011001111110011111100111111 | ecdb3fb6e33f3f3f |
UTF-8 | 贓렩吟당렱렓 | 111010001011010010010011111010111010000010101001111001011001000010011111111010111000101110111001111010111010000010110001111010111010000010010011 | e8b493eba0a9e5909feb8bb9eba0b1eba093 |
UHC | 贓렩吟당렱렓 | 111011011111110010001110101101111110101111100001101101001110011110001110101111101000111010101000 | edfc8eb7ebe1b4e78ebe8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)