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 | 嚥??媛 | 100110101000101100111111001111111001010101010001 | 9a8b3f3f9551 |
EUC-JP | 嚥??媛 | 110100111110101100111111001111111100100110110010 | d3eb3f3fc9b2 |
UTF-8 | 嚥잏돚媛 | 111001011001101010100101111011001001111010001111111010111000111110011010111001011010101010011011 | e59aa5ec9e8feb8f9ae5aa9b |
UHC | 嚥잏돚媛 | 1110011010111111100111111110011110001001101000101110101010110000 | e6bf9fe789a2eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)