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 | 湲?蹄??? | 1001111111010001001111111001001011111011001111110011111100111111 | 9fd13f92fb3f3f3f |
EUC-JP | 湲?蹄??? | 1101111011010011001111111100010011111101001111110011111100111111 | ded33fc4fd3f3f3f |
UTF-8 | 湲렪蹄며렧렪 | 111001101011100110110010111010111010000010101010111010001011100110000100111010111010100110110000111010111010000010100111111010111010000010101010 | e6b9b2eba0aae8b984eba9b0eba0a7eba0aa |
UHC | 湲렪蹄며렧렪 | 111010101011100010001110101110001111000010110100101110001110011110001110101101101000111010111000 | eab88eb8f0b4b8e78eb68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)