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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 少n}少n{^ | 100011111010110101101110011111011000111110101101011011100111101101011110 | 8fad6e7d8fad6e7b5e |
EUC-JP | 少n}少n{^ | 101111101010111101101110011111011011111010101111011011100111101101011110 | beaf6e7dbeaf6e7b5e |
UTF-8 | 少n}少n{^ | 1110010110110000100100010110111001111101111001011011000010010001011011100111101101011110 | e5b0916e7de5b0916e7b5e |
UHC | 少n}少n{^ | 111000011011010001101110011111011110000110110100011011100111101101011110 | e1b46e7de1b46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)