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 | çµ½è¤áô | 1110011110110101101111011110100010100100100100001110000111110100 | e7b5bde8a490e1f4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??è¤?áô | 100011111010101110101110001111110011111110001111101010111011001010001111101000101111000000111111100011111010101110100001100011111010101111010100 | 8fabae3f3f8fabb28fa2f03f8faba18fabd4 |
UTF-8 | çµ½è¤áô | 11000011101001111100001010110101110000101011110111000011101010001100001010100100110000101001000011000011101000011100001110110100 | c3a7c2b5c2bdc3a8c2a4c290c3a1c3b4 |
UHC | ??½?¤??? | 00111111001111111010100011110110001111111010001010110100001111110011111100111111 | 3f3fa8f63fa2b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)