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 | è¾°é±å | 11101000101111101011000011101001101100011000100011100101 | e8beb0e9b188e5 |
SJIS-WIN | ??°?±?? | 001111110011111110000001100010110011111110000001011111010011111100111111 | 3f3f818b3f817d3f3f |
EUC-JP | è?°é±?å | 100011111010101110110010001111111010000111101011100011111010101110110001101000011101111000111111100011111010101110101001 | 8fabb23fa1eb8fabb1a1de3f8faba9 |
UTF-8 | è¾°é±å | 1100001110101000110000101011111011000010101100001100001110101001110000101011000111000010100010001100001110100101 | c3a8c2bec2b0c3a9c2b1c288c3a5 |
UHC | ?¾°?±?? | 00111111101010001111101010100001110001100011111110100001101111100011111100111111 | 3fa8faa1c63fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)