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 | 隕灘q籵 | 1110100010100110100100111110010110000010100100011110001011100000 | e8a693e58291e2e0 |
EUC-JP | 隕灘q籵 | 1111000010101000110001101110011110100011111100011110010011100010 | f0a8c6e7a3f1e4e2 |
UTF-8 | 隕灘q籵 | 111010011001101010010101111001111000000110011000111011111011110110010001111001111011000110110101 | e99a95e78198efbd91e7b1b5 |
UHC | 隕灘q? | 11101010101000101111011110101000101000111111000100111111 | eaa2f7a8a3f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)