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 | 煜辞裙自 | 1111101101010101100011101010101111100101111000111000111010101001 | fb558eabe5e38ea9 |
EUC-JP | 煜辞裙自 | 100011111100100111111100101111001010110111101010111001011011110010101011 | 8fc9fcbcadeae5bcab |
UTF-8 | 煜辞裙自 | 111001111000010110011100111010001011111010011110111010001010001110011001111010001000011110101010 | e7859ce8be9ee8a399e887aa |
UHC | 煜?裙自 | 11101001111100100011111111001111110110011110110110111011 | e9f23fcfd9edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)