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 | 諱ッ雍 | 1110011010000001101011111110100010110100 | e681afe8b4 |
EUC-JP | 諱ッ雍 | 111010111110000110001110101011111111000010110110 | ebe18eaff0b6 |
UTF-8 | 諱ッ雍 | 111010001010101110110001111011111011110110101111111010011001101110001101 | e8abb1efbdafe99b8d |
UHC | 諱?雍 | 1111110111001001001111111110100010111100 | fdc93fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)