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 | 齎?義??? | 1110011011011000001111111000101101100000001111110011111100111111 | e6d83f8b603f3f3f |
EUC-JP | 齎?義??? | 1110110011011010001111111011010111000001001111110011111100111111 | ecda3fb5c13f3f3f |
UTF-8 | 齎렖義렧뤋낳 | 111010011011110110001110111010111010000010010110111001111011111010101001111010111010000010100111111010111010010010001011111010111000001010110011 | e9bd8eeba096e7bea9eba0a7eba48beb82b3 |
UHC | 齎렖義렧뤋낳 | 111011101011001010001110101010111110101111111001100011101011011010001111101110111011001110111010 | eeb28eabebf98eb68fbbb3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)