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 | ???桎? | 001111110011111100111111100111100111111000111111 | 3f3f3f9e7e3f |
EUC-JP | ???桎? | 001111110011111100111111110110111101111100111111 | 3f3f3fdbdf3f |
UTF-8 | 암렕렾桎렮 | 111011001001010110010100111010111010000010010101111010111010000010111110111001101010000110001110111010111010000010101110 | ec9594eba095eba0bee6a18eeba0ae |
UHC | 암렕렾桎렮 | 10111110110011111000111010101010100011101100011011110010111011101000111010111011 | becf8eaa8ec6f2ee8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)