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 | 跖ら漉跚セ | 111001101110100010000010111001111000110110010111111001101110011110111110 | e6e882e78d97e6e7be |
EUC-JP | 跖ら漉跚セ | 11101100111010101010010011101001101110011111011111101100111010011000111010111110 | eceaa4e9b9f7ece98ebe |
UTF-8 | 跖ら漉跚セ | 111010001011011110010110111000111000001010001001111001101011110010001001111010001011011110011010111011111011110110111110 | e8b796e38289e6bc89e8b79aefbdbe |
UHC | ?ら??? | 001111111010101011101001001111110011111100111111 | 3faae93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)