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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 睛?艤? | 111000011100101100111111111001000111111000111111 | e1cb3fe47e3f |
EUC-JP | 睛?艤? | 111000101100110100111111111001111101111100111111 | e2cd3fe7df3f |
UTF-8 | 睛렦艤렜 | 111001111001110110011011111010111010000010100110111010001000100110100100111010111010000010011100 | e79d9beba0a6e889a4eba09c |
UHC | 睛렦艤렜 | 1110111111101100100011101011010111101011111110101000111010101110 | efec8eb5ebfa8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)