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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 嵬?????κ | 100110111100101000111111001111110011111100111111001111111000001111001000 | 9bca3f3f3f3f3f83c8 |
EUC-JP | 嵬?????κ | 110101101100110000111111001111110011111100111111001111111010011011001010 | d6cc3f3f3f3f3fa6ca |
UTF-8 | 嵬닺렏흑렮淚κ | 1110010110110101101011001110101110001011101110101110101110100000100011111110110110011101100100011110101110100000101011101110111110100101100011011100111010111010 | e5b5aceb8bbaeba08fed9d91eba0aeefa58dceba |
UHC | 嵬닺렏흑렮淚κ | 1110100011100011101101001110100010001110101001011100100011100110100011101011101111010010111001111010010111101010 | e8e3b4e88ea5c8e68ebbd2e7a5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)