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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 渦????] | 10001001010100010011111100111111001111110011111101011101 | 89513f3f3f3f5d |
EUC-JP | 渦????] | 10110001101100100011111100111111001111110011111101011101 | b1b23f3f3f3f5d |
UTF-8 | 渦깆엺栒갘] | 11100110101110001010011011101010101110011000011011101100100101111011101011100110101000001001001011101010101100001001100001011101 | e6b8a6eab986ec97bae6a092eab0985d |
UHC | 渦깆엺栒갘] | 1110100010111110101100011110110010011110100011001110001011100011100000010100101001011101 | e8beb1ec9e8ce2e3814a5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)