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 | 酉〓? | 1001001111010001100000011010110000111111 | 93d181ac3f |
EUC-JP | 酉〓? | 1100011011010011101000101010111000111111 | c6d3a2ae3f |
UTF-8 | 酉〓윞 | 111010011000010110001001111000111000000010010011111011001001110010011110 | e98589e38093ec9c9e |
UHC | 酉〓윞 | 111010111011011110100001111010111001111110100001 | ebb7a1eb9fa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)