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 | 堤?肛? | 100100101110011100111111111000111110100000111111 | 92e73fe3e83f |
EUC-JP | 堤?肛? | 110001001110100100111111111001101110101000111111 | c4e93fe6ea3f |
UTF-8 | 堤렱肛답 | 111001011010000010100100111010111010000010110001111010001000001010011011111010111000101110110101 | e5a0a4eba0b1e8829beb8bb5 |
UHC | 堤렱肛답 | 1111000010100111100011101011111011111001111111011011010011100100 | f0a78ebef9fdb4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)