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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阡溽」ッ | 111010001001010010011111111001111010001110101111 | e8949fe7a3af |
EUC-JP | 阡溽」ッ | 1110111111110100110111101110100110001110101000111000111010101111 | eff4dee98ea38eaf |
UTF-8 | 阡溽」ッ | 111010011001100010100001111001101011101010111101111011111011110110100011111011111011110110101111 | e998a1e6babdefbda3efbdaf |
UHC | 阡??? | 1111010011000110001111110011111100111111 | f4c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)