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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎紗??媛 | 1001001011110101100011101101000100111111001111111001010101010001 | 92f58ed13f3f9551 |
EUC-JP | 禎紗??媛 | 1100010011110111101111001101001100111111001111111100100110110010 | c4f7bcd33f3fc9b2 |
UTF-8 | 禎紗렓렜媛 | 111001111010011010001110111001111011010010010111111010111010000010010011111010111010000010011100111001011010101010011011 | e7a68ee7b497eba093eba09ce5aa9b |
UHC | 禎紗렓렜媛 | 11101111111011101101111011101001100011101010100010001110101011101110101010110000 | efeedee98ea88eaeeab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)