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 | ð¶°ûÍ | 1111000010110110101100001111101111001101 | f0b6b0fbcd |
SJIS-WIN | ?¶°?? | 00111111100000011111011110000001100010110011111100111111 | 3f81f7818b3f3f |
EUC-JP | ð¶°ûÍ | 10001111101010011100001110100010111110011010000111101011100011111010101111100101100011111010101010111111 | 8fa9c3a2f9a1eb8fabe58faabf |
UTF-8 | ð¶°ûÍ | 11000011101100001100001010110110110000101011000011000011101110111100001110001101 | c3b0c2b6c2b0c3bbc38d |
UHC | �? | 1010100110100011101000101101001010100001110001100011111100111111 | a9a3a2d2a1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)