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 | 載?載途^ | 1000110111011010001111111000110111011010100100110111001001011110 | 8dda3f8dda93725e |
EUC-JP | 載?載途^ | 1011101011011100001111111011101011011100110001011101001101011110 | badc3fbadcc5d35e |
UTF-8 | 載쭹載途^ | 11101000101111001000100111101100101011011011100111101000101111001000100111101001100000001001010001011110 | e8bc89ecadb9e8bc89e980945e |
UHC | 載쭹載途^ | 111011101011000011000010111001111110111010110000110101001011001001011110 | eeb0c2e7eeb0d4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)