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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渦??? | 1000100101010001001111110011111100111111 | 89513f3f3f |
EUC-JP | 渦??? | 1011000110110010001111110011111100111111 | b1b23f3f3f |
UTF-8 | 渦븜렏렩 | 111001101011100010100110111010111011100010011100111010111010000010001111111010111010000010101001 | e6b8a6ebb89ceba08feba0a9 |
UHC | 渦븜렏렩 | 1110100010111110101110101110111010001110101001011000111010110111 | e8bebaee8ea58eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)