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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 魘唄n}魘唄n{^ | 11101001101101001000100101010011011011100111110111101001101101001000100101010011011011100111101101011110 | e9b489536e7de9b489536e7b5e |
EUC-JP | 魘唄n}魘唄n{^ | 11110010101101101011000110110100011011100111110111110010101101101011000110110100011011100111101101011110 | f2b6b1b46e7df2b6b1b46e7b5e |
UTF-8 | 魘唄n}魘唄n{^ | 1110100110101101100110001110010110010100100001000110111001111101111010011010110110011000111001011001010010000100011011100111101101011110 | e9ad98e594846e7de9ad98e594846e7b5e |
UHC | ?唄n}?唄n{^ | 0011111111111000101001100110111001111101001111111111100010100110011011100111101101011110 | 3ff8a66e7d3ff8a66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)