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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠢礼ョ | 1110010110111111100101111110011110101110 | e5bf97e7ae |
EUC-JP | 蠢礼ョ | 111010101100000111001110111010011000111010101110 | eac1cee98eae |
UTF-8 | 蠢礼ョ | 111010001010000010100010111001111010010010111100111011111011110110101110 | e8a0a2e7a4bcefbdae |
UHC | 蠢?? | 11110001111000110011111100111111 | f1e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)