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 | 午??姚θ | 1000110011011111001111110011111110011011010011001000001111000110 | 8cdf3f3f9b4c83c6 |
EUC-JP | 午??姚θ | 1011100011100001001111110011111111010101101011011010011011001000 | b8e13f3fd5ada6c8 |
UTF-8 | 午썸뉘姚θ | 1110010110001101100010001110110010001101101110001110101110001001100110001110010110100111100110101100111010111000 | e58d88ec8db8eb8998e5a79aceb8 |
UHC | 午썸뉘姚θ | 11100111111011011011110111100110101101001011010111101000111011101010010111101000 | e7edbde6b4b5e8eea5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)