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??? | 0011111101010110001111110011111100111111 | 3f563f3f3f |
SJIS-WIN | 短V脱卒辿 | 100100100101101001010110100100100100010110010001101100101001001001001000 | 925a56924591b29248 |
EUC-JP | 短V脱卒辿 | 110000111011101101010110110000111010011011000010101101001100001110101001 | c3bb56c3a6c2b4c3a9 |
UTF-8 | 短V脱卒辿 | 11100111100111111010110101010110111010001000010010110001111001011000110110010010111010001011111010111111 | e79fad56e884b1e58d92e8bebf |
UHC | 短V?卒? | 11010011101011010101011000111111111100001110111100111111 | d3ad563ff0ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)