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 | ?彰亨 | 0011111110001111101100101000101110011100 | 3f8fb28b9c |
EUC-JP | ?彰亨 | 0011111110111110101101001011010111111100 | 3fbeb4b5fc |
UTF-8 | 뤴彰亨 | 111010111010010010110100111001011011110110110000111001001011101010101000 | eba4b4e5bdb0e4baa8 |
UHC | 뤴彰亨 | 100011111110001011110011111000001111101011111011 | 8fe2f3e0fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)