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 | ?ル?? | 0011111110000011100010110011111100111111 | 3f838b3f3f |
EUC-JP | 洧ル?? | 10001111110001111011010010100101111010110011111100111111 | 8fc7b4a5eb3f3f |
UTF-8 | 洧ル퐮柳 | 111001101011010010100111111000111000001110101011111011011001000010101110111011111010011110001001 | e6b4a7e383abed90aeefa789 |
UHC | 洧ル퐮柳 | 1110101011111011101010111110101110111101100101111110101011110111 | eafbabebbd97eaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)