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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 佇?????? | 1001100011001000001111110011111100111111001111110011111100111111 | 98c83f3f3f3f3f3f |
EUC-JP | 佇?????? | 1101000011001010001111110011111100111111001111110011111100111111 | d0ca3f3f3f3f3f3f |
UTF-8 | 佇ㅺ렡댈렓흑렭 | 111001001011110110000111111000111000010110111010111010111010000010100001111010111000110010001000111010111010000010010011111011011001110110010001111010111010000010101101 | e4bd87e385baeba0a1eb8c88eba093ed9d91eba0ad |
UHC | 佇ㅺ렡댈렓흑렭 | 1110111010110111101001001110101010001110101100101011010011101110100011101010100011001000111001101000111010111010 | eeb7a4ea8eb2b4ee8ea8c8e68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)