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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 河?[河?[^ | 100010011100110100111111010110111000100111001101001111110101101101011110 | 89cd3f5b89cd3f5b5e |
EUC-JP | 河?[河?[^ | 101100101100111100111111010110111011001011001111001111110101101101011110 | b2cf3f5bb2cf3f5b5e |
UTF-8 | 河뎦[河뎦[^ | 111001101011001010110011111010111000111010100110010110111110011010110010101100111110101110001110101001100101101101011110 | e6b2b3eb8ea65be6b2b3eb8ea65b5e |
UHC | 河뎦[河뎦[^ | 1111100111000001100010010111010101011011111110011100000110001001011101010101101101011110 | f9c189755bf9c189755b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)