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 | 褥â«è³ | 1110100010100100101001011110001010001000101010111110100010110011 | e8a4a5e288abe8b3 |
SJIS-WIN | ??¥????? | 001111110011111110000001100011110011111100111111001111110011111100111111 | 3f3f818f3f3f3f3f3f |
EUC-JP | è¤?â??è? | 10001111101010111011001010001111101000101111000000111111100011111010101110100100001111110011111110001111101010111011001000111111 | 8fabb28fa2f03f8faba43f3f8fabb23f |
UTF-8 | 褥â«è³ | 11000011101010001100001010100100110000101010010111000011101000101100001010001000110000101010101111000011101010001100001010110011 | c3a8c2a4c2a5c3a2c288c2abc3a8c2b3 |
UHC | ?¤?????³ | 00111111101000101011010000111111001111110011111100111111001111111010100111111000 | 3fa2b43f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)