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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 低盲劍知? | 100100101110000110010110110100111001100110011000100100100110110100111111 | 92e196d39998926d3f |
EUC-JP | 低盲劍知? | 110001001110001111001100110101011101000111111000110000111100111000111111 | c4e3ccd5d1f8c3ce3f |
UTF-8 | 低盲劍知굻 | 111001001011110110001110111001111001101110110010111001011000101010001101111001111001111110100101111010101011010110111011 | e4bd8ee79bb2e58a8de79fa5eab5bb |
UHC | 低盲劍知굻 | 11101110101110001101100011101110110010111111110011110010101100011011000110111111 | eeb8d8eecbfcf2b1b1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)