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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 午??悅θ? | 100011001101111100111111001111111111101010111101100000111100011000111111 | 8cdf3f3ffabd83c63f |
EUC-JP | 午???θ? | 1011100011100001001111110011111100111111101001101100100000111111 | b8e13f3f3fa6c83f |
UTF-8 | 午섊뮖悅θ룜 | 1110010110001101100010001110110010000100100010101110101110101110100101101110011010000010100001011100111010111000111010111010001110011100 | e58d88ec848aebae96e68285ceb8eba39c |
UHC | 午섊뮖悅θ룜 | 111001111110110110011000111001111001001010100010111001101110110110100101111010001000111110011000 | e7ed98e792a2e6eda5e88f98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)