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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬻蛾錆 | 111000101111011010001001111010011000111001001011 | e2f689e98e4b |
EUC-JP | 鬻蛾錆 | 111001001111100010110010111010111011101110101100 | e4f8b2ebbbac |
UTF-8 | 鬻蛾錆 | 111010011010110010111011111010001001101110111110111010011000110010000110 | e9acbbe89bbee98c86 |
UHC | ?蛾? | 00111111111001001011011000111111 | 3fe4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)