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 | ?然盂蚩 | 00111111100100010101001011100001101100011110010101101111 | 3f9152e1b1e56f |
EUC-JP | ?然盂蚩 | 00111111110000011011001111100010101100111110100111010000 | 3fc1b3e2b3e9d0 |
UTF-8 | 뤗然盂蚩 | 111010111010010010010111111001111000010010110110111001111001101110000010111010001001101010101001 | eba497e784b6e79b82e89aa9 |
UHC | 뤗然盂蚩 | 1000111111000111111001101101010011101001110111011111011011001001 | 8fc7e6d4e9ddf6c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)