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 | 椰g? | 1001111010111101100000101000011100111111 | 9ebd82873f |
EUC-JP | 椰g? | 1101110010111111101000111110011100111111 | dcbfa3e73f |
UTF-8 | 椰g넿 | 111001101010010010110000111011111011110110000111111010111000010010111111 | e6a4b0efbd87eb84bf |
UHC | 椰g넿 | 111001011010101110100011111001111000011010111001 | e5aba3e786b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)