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^ | 10010010010001010111100010010010010001000101001010010010010001010111100010010010010001000101001001011110 | 9245789244529245789244525e |
EUC-JP | 脱x奪R脱x奪R^ | 11000011101001100111100011000011101001010101001011000011101001100111100011000011101001010101001001011110 | c3a678c3a552c3a678c3a5525e |
UTF-8 | 脱x奪R脱x奪R^ | 1110100010000100101100010111100011100101101001011010101001010010111010001000010010110001011110001110010110100101101010100101001001011110 | e884b178e5a5aa52e884b178e5a5aa525e |
UHC | ?x奪R?x奪R^ | 0011111101111000111101111010110001010010001111110111100011110111101011000101001001011110 | 3f78f7ac523f78f7ac525e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)