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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 凜눔훅룿 | 111011111010010110010100111010111000100010010100111011011001101110000101111010111010001110111111 | efa594eb8894ed9b85eba3bf |
UHC | 凜눔훅룿 | 1101001011110010101101001010111011001000110001011000111110110000 | d2f2b4aec8c58fb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)