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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??繰??糟^ | 001111110011111110001100010010100011111100111111100100011000110001011110 | 3f3f8c4a3f3f918c5e |
EUC-JP | ??繰??糟^ | 001111110011111110110111101010110011111100111111110000011110110001011110 | 3f3fb7ab3f3fc1ec5e |
UTF-8 | 렰뤛繰렰뤛糟^ | 11101011101000001011000011101011101001001001101111100111101110011011000011101011101000001011000011101011101001001001101111100111101100111001111101011110 | eba0b0eba49be7b9b0eba0b0eba49be7b39f5e |
UHC | 렰뤛繰렰뤛糟^ | 10001110101111011000111111001010111100001101101110001110101111011000111111001010111100001101100101011110 | 8ebd8fcaf0db8ebd8fcaf0d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)