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 | 褓罷揀蟋 | 1110010111101110100101001110101110011101100000111110010110100111 | e5ee94eb9d83e5a7 |
EUC-JP | 褓罷揀蟋 | 1110101011110000110010001110110111011001111000111110101010101001 | eaf0c8edd9e3eaa9 |
UTF-8 | 褓罷揀蟋 | 111010001010010010010011111001111011110110110111111001101000111110000000111010001001111110001011 | e8a493e7bdb7e68f80e89f8b |
UHC | 褓罷揀? | 11011100110011101111011111110011110010101101000100111111 | dccef7f3cad13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)