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 | è°ì | 11101000101011011011000011101100 | e8adb0ec |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | è?°ì | 100011111010101110110010001111111010000111101011100011111010101111000000 | 8fabb23fa1eb8fabc0 |
UTF-8 | è°ì | 1100001110101000110000101010110111000010101100001100001110101100 | c3a8c2adc2b0c3ac |
UHC | ?°? | 001111111010000110101001101000011100011000111111 | 3fa1a9a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)