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 | è×}Yè×}bE | 111010001101011101111101010110011110100011010111011111010110001001000101 | e8d77d59e8d77d6245 |
SJIS-WIN | ?×}Y?×}bE | 0011111110000001011111100111110101011001001111111000000101111110011111010110001001000101 | 3f817e7d593f817e7d6245 |
EUC-JP | è×}Yè×}bE | 100011111010101110110010101000011101111101111101010110011000111110101011101100101010000111011111011111010110001001000101 | 8fabb2a1df7d598fabb2a1df7d6245 |
UTF-8 | è×}Yè×}bE | 11000011101010001100001110010111011111010101100111000011101010001100001110010111011111010110001001000101 | c3a8c3977d59c3a8c3977d6245 |
UHC | ?×}Y?×}bE | 0011111110100001101111110111110101011001001111111010000110111111011111010110001001000101 | 3fa1bf7d593fa1bf7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)