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 | 褥???η? | 1110010111110001001111110011111100111111100000111100010100111111 | e5f13f3f3f83c53f |
EUC-JP | 褥?ʼn?η? | 11101010111100110011111110001111101010011100101000111111101001101100011100111111 | eaf33f8fa9ca3fa6c73f |
UTF-8 | 褥띕ʼn杻η㎣ | 11101000101001001010010111101011100111011001010111000101100010011110111110100111100010001100111010110111111000111000111010100011 | e8a4a5eb9d95c589efa788ceb7e38ea3 |
UHC | 褥띕ʼn杻η㎣ | 111010011011001110110110111010111010100110110000111010101111010010100101111001111010011110100111 | e9b3b6eba9b0eaf4a5e7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)