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 | ?盒? | 00111111111000011011010000111111 | 3fe1b43f |
EUC-JP | ?盒熢 | 001111111110001010110110100011111100101010101011 | 3fe2b68fcaab |
UTF-8 | 뤿盒熢 | 111010111010010010111111111001111001101110010010111001111000011010100010 | eba4bfe79b92e786a2 |
UHC | 뤿盒熢 | 100011111110101111111001111011001101110011101100 | 8febf9ecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)