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 | 踴è | 1110100010111000101101001110100010001111 | e8b8b4e88f |
SJIS-WIN | ??´?? | 001111110011111110000001010011000011111100111111 | 3f3f814c3f3f |
EUC-JP | 踴è? | 100011111010101110110010100011111010001010110001101000011010110110001111101010111011001000111111 | 8fabb28fa2b1a1ad8fabb23f |
UTF-8 | 踴è | 11000011101010001100001010111000110000101011010011000011101010001100001010001111 | c3a8c2b8c2b4c3a8c28f |
UHC | ?¸´?? | 00111111101000101010110010100010101001010011111100111111 | 3fa2aca2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)