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 | 逕樒y逕 | 1110011110010100100111101110011110000010100110011110011110010100 | e7949ee78299e794 |
EUC-JP | 逕樒y逕 | 1110110111110100110111001110100110100011111110011110110111110100 | edf4dce9a3f9edf4 |
UTF-8 | 逕樒y逕 | 111010011000000010010101111001101010100010010010111011111011110110011001111010011000000010010101 | e98095e6a892efbd99e98095 |
UHC | 逕?y逕 | 11001100111011110011111110100011111110011100110011101111 | ccef3fa3f9ccef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)