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 | 韋捺ウ御 | 11101000111010001001001111100110101100111000110011100100 | e8e893e6b38ce4 |
EUC-JP | 韋捺ウ御 | 1111000011101010110001101110100010001110101100111011100011100110 | f0eac6e88eb3b8e6 |
UTF-8 | 韋捺ウ御 | 111010011001111110001011111001101000110110111010111011111011110110110011111001011011111010100001 | e99f8be68dbaefbdb3e5bea1 |
UHC | 韋捺?御 | 11101010110111111101000111110100001111111110010111011001 | eadfd1f43fe5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)