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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?逸 | 001111111000100011101101 | 3f88ed |
EUC-JP | 瘦逸 | 1000111111001101111101111011000011101111 | 8fcdf7b0ef |
UTF-8 | 瘦逸 | 111001111001100010100110111010011000000010111000 | e798a6e980b8 |
UHC | 瘦逸 | 11100010101100011110110011101111 | e2b1ecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)