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 | ??殲穗 | 001111110011111110011111011100101110001001101110 | 3f3f9f72e26e |
EUC-JP | ??殲穗 | 001111110011111111011101110100111110001111001111 | 3f3fddd3e3cf |
UTF-8 | 롛렾殲穗 | 111010111010000110011011111010111010000010111110111001101010111010110010111001111010100110010111 | eba19beba0bee6aeb2e7a997 |
UHC | 롛렾殲穗 | 1000111011011111100011101100011011100000111010001110001010110100 | 8edf8ec6e0e8e2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)