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 | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 炭辿V | 1001001001011001100100100100100001010110 | 9259924856 |
EUC-JP | 炭辿V | 1100001110111010110000111010100101010110 | c3bac3a956 |
UTF-8 | 炭辿V | 11100111100000101010110111101000101111101011111101010110 | e782ade8bebf56 |
UHC | 炭?V | 11110111101010010011111101010110 | f7a93f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)