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 | 琥?殞論 | 11100000111001100011111110011111011011011001100001011111 | e0e63f9f6d985f |
EUC-JP | 琥?殞論 | 11100000111010000011111111011101110011101100111111000000 | e0e83fddcecfc0 |
UTF-8 | 琥렜殞論 | 111001111001000010100101111010111010000010011100111001101010111010011110111010001010101110010110 | e790a5eba09ce6ae9ee8ab96 |
UHC | 琥렜殞論 | 1111101111010000100011101010111011101001111110011101011011100101 | fbd08eaee9f9d6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)