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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???途^ | 001111110011111100111111100100110111001001011110 | 3f3f3f93725e |
EUC-JP | ???途^ | 001111110011111100111111110001011101001101011110 | 3f3f3fc5d35e |
UTF-8 | 뷔쭹뷔途^ | 11101011101101111001010011101100101011011011100111101011101101111001010011101001100000001001010001011110 | ebb794ecadb9ebb794e980945e |
UHC | 뷔쭹뷔途^ | 101110101101111111000010111001111011101011011111110101001011001001011110 | badfc2e7badfd4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)