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 | ?ц?暗 | 001111111000010010001000001111111000100011000011 | 3f84883f88c3 |
EUC-JP | ?ц?暗 | 001111111010011111101000001111111011000011000101 | 3fa7e83fb0c5 |
UTF-8 | 料ц궏暗 | 1110111110100110101111101101000110000110111010101011011010001111111001101001101010010111 | efa6bed186eab68fe69a97 |
UHC | 料ц궏暗 | 1110100011110111101011001110100010000010101001011110010011011110 | e8f7ace882a5e4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)