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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?盞? | 00111111111000011011010100111111 | 3fe1b53f |
EUC-JP | ?盞鷗 | 001111111110001010110111100011111110110010111111 | 3fe2b78fecbf |
UTF-8 | 뤳盞鷗 | 111010111010010010110011111001111001101110011110111010011011011110010111 | eba4b3e79b9ee9b797 |
UHC | 뤳盞鷗 | 100011111110000111101101110100111100111111001110 | 8fe1edd3cfce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)