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 | Þ¤é·× | 1101111010100100111010011011011111010111 | dea4e9b7d7 |
SJIS-WIN | ????× | 001111110011111100111111001111111000000101111110 | 3f3f3f3f817e |
EUC-JP | Þ¤é?× | 100011111010100110110000100011111010001011110000100011111010101110110001001111111010000111011111 | 8fa9b08fa2f08fabb13fa1df |
UTF-8 | Þ¤é·× | 11000011100111101100001010100100110000111010100111000010101101111100001110010111 | c39ec2a4c3a9c2b7c397 |
UHC | Þ¤?·× | 101010001010110110100010101101000011111110100001101001001010000110111111 | a8ada2b43fa1a4a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)