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 | 幽皎? | 1001011101001000111000011010011100111111 | 9748e1a73f |
EUC-JP | 幽皎? | 1100110110101001111000101010100100111111 | cda9e2a93f |
UTF-8 | 幽皎렚 | 111001011011100110111101111001111001101010001110111010111010000010011010 | e5b9bde79a8eeba09a |
UHC | 幽皎렚 | 111010101110101111001110111010111000111010101101 | eaebceeb8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)