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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荏?載?? | 10001001011000000011111110001101110110100011111100111111 | 89603f8dda3f3f |
EUC-JP | 荏?載?? | 10110001110000010011111110111010110111000011111100111111 | b1c13fbadc3f3f |
UTF-8 | 荏렒載븍렗 | 111010001000110110001111111010111010000010010010111010001011110010001001111010111011100010001101111010111010000010010111 | e88d8feba092e8bc89ebb88deba097 |
UHC | 荏렒載븍렗 | 11101100111110111000111010100111111011101011000010111010111010111000111010101100 | ecfb8ea7eeb0baeb8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)