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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淨?芸?衣富 | 10011111110001000011111110001100011111000011111110001000110111111001010101111000 | 9fc43f8c7c3f88df9578 |
EUC-JP | 淨?芸?衣富 | 11011110110001100011111110110111110111010011111110110000111000011100100111011001 | dec63fb7dd3fb0e1c9d9 |
UTF-8 | 淨렠芸렑衣富 | 111001101011011110101000111010111010000010100000111010001000101010111000111010111010000010010001111010001010000110100011111001011010111110001100 | e6b7a8eba0a0e88ab8eba091e8a1a3e5af8c |
UHC | 淨렠芸렑衣富 | 111011111110010010001110101100011110100111111101100011101010011011101011111111011101110110100011 | efe48eb1e9fd8ea6ebfddda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)