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 | 梓?第?楮 | 1000100010110010001111111001000111100110001111111001111010111000 | 88b23f91e63f9eb8 |
EUC-JP | 梓?第?楮 | 1011000010110100001111111100001011101000001111111101110010111010 | b0b43fc2e83fdcba |
UTF-8 | 梓렟第렣楮 | 111001101010001010010011111010111010000010011111111001111010110010101100111010111010000010100011111001101010010110101110 | e6a293eba09fe7acaceba0a3e6a5ae |
UHC | 梓렟第렣楮 | 11101110101010011000111010110000111100001010111110001110101101001110111010111111 | eea98eb0f0af8eb4eebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)