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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ⅳ嫉鴉璽顰 | 11111010010000111000111010111001111010011110101110001110101000111110100011111100 | fa438eb9e9eb8ea3e8fc |
EUC-JP | ?嫉鴉璽顰 | 001111111011110010111011111100101110110110111100101001011111000011111110 | 3fbcbbf2edbca5f0fe |
UTF-8 | ⅳ嫉鴉璽顰 | 111000101000010110110011111001011010101110001001111010011011010010001001111001111001001010111101111010011010000110110000 | e285b3e5ab89e9b489e792bde9a1b0 |
UHC | ⅳ嫉鴉璽? | 101001011010010011110010111011001110010010111100110111111101111000111111 | a5a4f2ece4bcdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)