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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涅??熱 | 100111111011100000111111001111111001010001001101 | 9fb83f3f944d |
EUC-JP | 涅??熱 | 110111101011101000111111001111111100011110101110 | deba3f3fc7ae |
UTF-8 | 涅욜뙠熱 | 111001101011011010000101111011001001101010011100111010111001100110100000111001111000011010110001 | e6b685ec9a9ceb99a0e786b1 |
UHC | 涅욜뙠熱 | 1110011011101110101111111110011110001100101001011110011011110000 | e6eebfe78ca5e6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)