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 | 諱ッ雍郁∮ | 111001101000000110101111111010001011010010001000111010001000011110010011 | e681afe8b488e88793 |
EUC-JP | 諱ッ雍郁? | 111010111110000110001110101011111111000010110110101100001110101000111111 | ebe18eaff0b6b0ea3f |
UTF-8 | 諱ッ雍郁∮ | 111010001010101110110001111011111011110110101111111010011001101110001101111010011000001110000001111000101000100010101110 | e8abb1efbdafe99b8de98381e288ae |
UHC | 諱?雍郁∮ | 111111011100100100111111111010001011110011101001111101001010001010110001 | fdc93fe8bce9f4a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)