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 | 00111111001111110011111101101011 | 3f3f3f6b |
EUC-JP | 繇??k | 100011111101010011010001001111110011111101101011 | 8fd4d13f3f6b |
UTF-8 | 繇꾨젉k | 11100111101110011000011111101010101111101010100011101100101000001000100101101011 | e7b987eabea8eca0896b |
UHC | 繇꾨젉k | 11101001101000111000010011101011101000001000101101101011 | e9a384eba08b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)