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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?糊}?糊{^ | 001111111000110011010000011111010011111110001100110100000111101101011110 | 3f8cd07d3f8cd07b5e |
EUC-JP | ?糊}?糊{^ | 001111111011100011010010011111010011111110111000110100100111101101011110 | 3fb8d27d3fb8d27b5e |
UTF-8 | 뤛糊}뤛糊{^ | 111010111010010010011011111001111011001110001010011111011110101110100100100110111110011110110011100010100111101101011110 | eba49be7b38a7deba49be7b38a7b5e |
UHC | 뤛糊}뤛糊{^ | 1000111111001010111110111101010101111101100011111100101011111011110101010111101101011110 | 8fcafbd57d8fcafbd57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)