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 | 踴å | 1110100010111000101101001110010110010110 | e8b8b4e596 |
SJIS-WIN | ??´?? | 001111110011111110000001010011000011111100111111 | 3f3f814c3f3f |
EUC-JP | 踴å? | 100011111010101110110010100011111010001010110001101000011010110110001111101010111010100100111111 | 8fabb28fa2b1a1ad8faba93f |
UTF-8 | 踴å | 11000011101010001100001010111000110000101011010011000011101001011100001010010110 | c3a8c2b8c2b4c3a5c296 |
UHC | ?¸´?? | 00111111101000101010110010100010101001010011111100111111 | 3fa2aca2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)