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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 艅?艅?^ | 100011111101011011111101001111111000111111010110111111010011111101011110 | 8fd6fd3f8fd6fd3f5e |
UTF-8 | 艅좱艅좱^ | 11101000100010011000010111101100101000101011000111101000100010011000010111101100101000101011000101011110 | e88985eca2b1e88985eca2b15e |
UHC | 艅좱艅좱^ | 111001101010100110100001010011001110011010101001101000010100110001011110 | e6a9a14ce6a9a14c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)