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 | ȱ¼£Ç | 10001111110010001011000110111100101000111000111111000111 | 8fc8b1bca38fc7 |
SJIS-WIN | ??±?£?? | 001111110011111110000001011111010011111110000001100100100011111100111111 | 3f3f817d3f81923f3f |
EUC-JP | ?ȱ?£?Ç | 00111111100011111010101010110010101000011101111000111111101000011111001000111111100011111010101010101110 | 3f8faab2a1de3fa1f23f8faaae |
UTF-8 | ȱ¼£Ç | 1100001010001111110000111000100011000010101100011100001010111100110000101010001111000010100011111100001110000111 | c28fc388c2b1c2bcc2a3c28fc387 |
UHC | ??±¼??? | 001111110011111110100001101111101010100011111001001111110011111100111111 | 3f3fa1bea8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)