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 | 隴∵㊥蜿 | 1110100010101101100000011110011010000111100001101110010110001111 | e8ad81e68786e58f |
EUC-JP | 隴∵?蜿 | 11110000101011111010001011101000001111111110100111101111 | f0afa2e83fe9ef |
UTF-8 | 隴∵㊥蜿 | 111010011001101010110100111000101000100010110101111000111000101010100101111010001001110010111111 | e99ab4e288b5e38aa5e89cbf |
UHC | ?∵?? | 0011111110100001111100010011111100111111 | 3fa1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)