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 | ?x?R?x?R^ | 001111110111100000111111010100100011111101111000001111110101001001011110 | 3f783f523f783f525e |
SJIS-WIN | ?x?R?x?R^ | 001111110111100000111111010100100011111101111000001111110101001001011110 | 3f783f523f783f525e |
EUC-JP | ?x?R?x?R^ | 001111110111100000111111010100100011111101111000001111110101001001011110 | 3f783f523f783f525e |
UTF-8 | 챈x책R챈x책R^ | 1110110010110001100010000111100011101100101100011000010101010010111011001011000110001000011110001110110010110001100001010101001001011110 | ecb18878ecb18552ecb18878ecb185525e |
UHC | 챈x책R챈x책R^ | 11000011101001100111100011000011101001010101001011000011101001100111100011000011101001010101001001011110 | c3a678c3a552c3a678c3a5525e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)