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 | è³°å | 1110100010110011101100001110010110010010 | e8b3b0e592 |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | è?°å? | 10001111101010111011001000111111101000011110101110001111101010111010100100111111 | 8fabb23fa1eb8faba93f |
UTF-8 | è³°å | 11000011101010001100001010110011110000101011000011000011101001011100001010010010 | c3a8c2b3c2b0c3a5c292 |
UHC | ?³°?? | 00111111101010011111100010100001110001100011111100111111 | 3fa9f8a1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)