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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 搖???額 | 10011101100010100011111100111111001111111000101001111010 | 9d8a3f3f3f8a7a |
EUC-JP | 搖???額 | 11011001111010100011111100111111001111111011001111011011 | d9ea3f3f3fb3db |
UTF-8 | 搖깅ㅏ횠額 | 111001101001000010010110111010101011100110000101111000111000010110001111111011011001101010100000111010011010000110001101 | e69096eab985e3858fed9aa0e9a18d |
UHC | 搖깅ㅏ횠額 | 11101000111101001011000111101011101001001011111111000011100110001110010011111110 | e8f4b1eba4bfc398e4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)