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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 抑??抑??B | 100101110111110100111111001111111001011101111101001111110011111101000010 | 977d3f3f977d3f3f42 |
EUC-JP | 抑??抑??B | 110011011101111000111111001111111100110111011110001111110011111101000010 | cdde3f3fcdde3f3f42 |
UTF-8 | 抑띠퀍抑띠퀍B | 11100110100010101001000111101011100111011010000011101101100000001000110111100110100010101001000111101011100111011010000011101101100000001000110101000010 | e68a91eb9da0ed808de68a91eb9da0ed808d42 |
UHC | 抑띠퀍抑띠퀍B | 11100101111001001011011011101100101100111000001111100101111001001011011011101100101100111000001101000010 | e5e4b6ecb383e5e4b6ecb38342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)