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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 棚棚臓V | 10010010010010011001001001001001100100011001111101010110 | 92499249919f56 |
EUC-JP | 棚棚臓V | 11000011101010101100001110101010110000101010000101010110 | c3aac3aac2a156 |
UTF-8 | 棚棚臓V | 11100110101000111001101011100110101000111001101011101000100001111001001101010110 | e6a39ae6a39ae8879356 |
UHC | 棚棚?V | 110111011101110011011101110111000011111101010110 | dddcdddc3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)