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 | 裹キ蠕区ュ | 1110010111100101101101111110010110111110100010111110011010101101 | e5e5b7e5be8be6ad |
EUC-JP | 裹キ蠕区ュ | 11101010111001111000111010110111111010101100000010110110111010001000111010101101 | eae78eb7eac0b6e88ead |
UTF-8 | 裹キ蠕区ュ | 111010001010001110111001111011111011110110110111111010001010000010010101111001011000110010111010111011111011110110101101 | e8a3b9efbdb7e8a095e58cbaefbdad |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)