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 | è¾°ax | 1110100010111110101100000110000101111000 | e8beb06178 |
SJIS-WIN | ??°ax | 001111110011111110000001100010110110000101111000 | 3f3f818b6178 |
EUC-JP | è?°ax | 1000111110101011101100100011111110100001111010110110000101111000 | 8fabb23fa1eb6178 |
UTF-8 | è¾°ax | 1100001110101000110000101011111011000010101100000110000101111000 | c3a8c2bec2b06178 |
UHC | ?¾°ax | 00111111101010001111101010100001110001100110000101111000 | 3fa8faa1c66178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)