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 | ???® | 00111111001111110011111110101110 | 3f3f3fae |
SJIS-WIN | 畯??? | 1111101101101111001111110011111100111111 | fb6f3f3f3f |
EUC-JP | 畯?岵® | 10001111110011011011101100111111100011111011101110110111100011111010001011101110 | 8fcdbb3f8fbbb78fa2ee |
UTF-8 | 畯렰岵® | 1110011110010101101011111110101110100000101100001110010110110010101101011100001010101110 | e795afeba0b0e5b2b5c2ae |
UHC | 畯렰岵® | 1111000111100001100011101011110111111011110000001010001011100111 | f1e18ebdfbc0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)