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 | 爨゙浯、゙偂 | 111000001010010011011110111110101111110010100100110111101111101001111010 | e0a4defafca4defa7a |
EUC-JP | 爨゙浯、゙偂 | 1110000010100110100011101101111010001111110001111100001110001110101001001000111011011110100011111011000111100001 | e0a68ede8fc7c38ea48ede8fb1e1 |
UTF-8 | 爨゙浯、゙偂 | 111001111000100010101000111011111011111010011110111001101011010110101111111011111011110110100100111011111011111010011110111001011000000110000010 | e788a8efbe9ee6b5afefbda4efbe9ee58182 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)