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 | 笋ш凱 | 111000101010001010000100100010101000101001001101 | e2a2848a8a4d |
EUC-JP | 笋ш凱 | 111001001010010010100111111010101011001110101110 | e4a4a7eab3ae |
UTF-8 | 笋ш凱 | 1110011110101100100010111101000110001000111001011000011110110001 | e7ac8bd188e587b1 |
UHC | ?ш凱 | 0011111110101100111010101100101111000010 | 3faceacbc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)