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 | 渦??昻 | 100010010101000100111111001111111111101011010000 | 89513f3ffad0 |
EUC-JP | 渦??? | 1011000110110010001111110011111100111111 | b1b23f3f3f |
UTF-8 | 渦쒐킎昻 | 111001101011100010100110111011001001001010010000111011011000001010001110111001101001100010111011 | e6b8a6ec9290ed828ee698bb |
UHC | 渦쒐킎昻 | 1110100010111110100111001110011110110100100110101110010011101001 | e8be9ce7b49ae4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)