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 | 旋蕀檠惜 | 1001000011111001111001001111100110011110111110011001000011001001 | 90f9e4f99ef990c9 |
EUC-JP | 旋蕀檠惜 | 1100000011111011111010001111101111011100111110111100000011001011 | c0fbe8fbdcfbc0cb |
UTF-8 | 旋蕀檠惜 | 111001101001011110001011111010001001010110000000111001101010101010100000111001101000001110011100 | e6978be89580e6aaa0e6839c |
UHC | 旋??惜 | 111000001100000100111111001111111110000010101101 | e0c13f3fe0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)