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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 驕碑┳k | 11101001100000011001010011101000100001001011000101101011 | e98194e884b16b |
EUC-JP | 驕碑┳k | 11110001111000011100100011101010101010001011001101101011 | f1e1c8eaa8b36b |
UTF-8 | 驕碑┳k | 11101001101010011001010111100111101000101001000111100010100101001011001101101011 | e9a995e7a291e294b36b |
UHC | 驕碑┳k | 11001110111101101101110111111000101001101011001101101011 | cef6ddf8a6b36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)