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??V??n | 001111110011111101101110001111110011111101010110001111110011111101101110 | 3f3f6e3f3f563f3f6e |
SJIS-WIN | ??n??V??n | 001111110011111101101110001111110011111101010110001111110011111101101110 | 3f3f6e3f3f563f3f6e |
EUC-JP | ??n??V??n | 001111110011111101101110001111110011111101010110001111110011111101101110 | 3f3f6e3f3f563f3f6e |
UTF-8 | 횂혳n횂혟V횂혳n | 111011011001101010000010111011011001100010110011011011101110110110011010100000101110110110011000100111110101011011101101100110101000001011101101100110001011001101101110 | ed9a82ed98b36eed9a82ed989f56ed9a82ed98b36e |
UHC | 횂혳n횂혟V횂혳n | 110000111000001011000010100110100110111011000011100000101100001010001001010101101100001110000010110000101001101001101110 | c382c29a6ec382c28956c382c29a6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)