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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?c?洵 | 001111111000001010000011001111111001111110101011 | 3f82833f9fab |
EUC-JP | ?c?洵 | 001111111010001111100011001111111101111010101101 | 3fa3e33fdead |
UTF-8 | 嶪c끏洵 | 111001011011011010101010111011111011110110000011111010111000000110001111111001101011010010110101 | e5b6aaefbd83eb818fe6b4b5 |
UHC | 嶪c끏洵 | 1110010111110101101000111110001110000101101111111110001011100111 | e5f5a3e385bfe2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)