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 | 辜壌收繞域コ | 1110011110000011100011111110101110011101101111101110001110000101100010001110011010111010 | e7838feb9dbee38588e6ba |
EUC-JP | 辜壌收繞域コ | 111011011110001110111110111011011101101011000000111001011110010110110000111010001000111010111010 | ede3beeddac0e5e5b0e88eba |
UTF-8 | 辜壌收繞域コ | 111010001011111010011100111001011010001110001100111001101001010010110110111001111011100110011110111001011001111110011111111011111011110110111010 | e8be9ce5a38ce694b6e7b99ee59f9fefbdba |
UHC | 辜?收繞域? | 11001101110100000011111111100010101001011110100110100100111001101011010000111111 | cdd03fe2a5e9a4e6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)