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 | 啼??賓 | 100110100110010100111111001111111001010101101111 | 9a653f3f956f |
EUC-JP | 啼??賓 | 110100111100011000111111001111111100100111010000 | d3c63f3fc9d0 |
UTF-8 | 啼팰꿰賓 | 111001011001010110111100111011011000110010110000111010101011111110110000111010001011001110010011 | e595bced8cb0eabfb0e8b393 |
UHC | 啼팰꿰賓 | 1111000010100110110001101101001110110010111001111101111010111001 | f0a6c6d3b2e7deb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)