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 | 郢ケ繧壱イ | 1110011110111001101110011110001110000010100010001110101110110010 | e7b9b9e38288ebb2 |
EUC-JP | 郢ケ繧壱イ | 11101110101110111000111010111001111001011110001010110000111011011000111010110010 | eebb8eb9e5e2b0ed8eb2 |
UTF-8 | 郢ケ繧壱イ | 111010011000001110100010111011111011110110111001111001111011100110100111111001011010001110110001111011111011110110110010 | e983a2efbdb9e7b9a7e5a3b1efbdb2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)