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 | 渦??瞬? | 10001001010100010011111100111111100011110111010100111111 | 89513f3f8f753f |
EUC-JP | 渦??瞬? | 10110001101100100011111100111111101111011101011000111111 | b1b23f3fbdd63f |
UTF-8 | 渦잌윃瞬퐹 | 111001101011100010100110111011001001111010001100111011001001110010000011111001111001111010101100111011011001000010111001 | e6b8a6ec9e8cec9c83e79eaced90b9 |
UHC | 渦잌윃瞬퐹 | 11101000101111101001111111100101100111111000111011100010111010111011111001000010 | e8be9fe59f8ee2ebbe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)