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 | 珮ン昕 | 1110000011100001110111011111101011001111 | e0e1ddfacf |
EUC-JP | 珮ン昕 | 11100000111000111000111011011101100011111100000111111100 | e0e38edd8fc1fc |
UTF-8 | 珮ン昕 | 111001111000111110101110111011111011111010011101111001101001100010010101 | e78faeefbe9de69895 |
UHC | ??昕 | 00111111001111111111110111011010 | 3f3ffdda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)