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 | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-WIN | 汐Vh汐V | 1111000010111100100011101010110001010110011010001111000010111100100011101010110001010110 | f0bc8eac5668f0bc8eac56 |
EUC-JP | ?汐Vh?汐V | 001111111011110010101110010101100110100000111111101111001010111001010110 | 3fbcae56683fbcae56 |
UTF-8 | 汐Vh汐V | 111011101000000110111011111001101011000110010000010101100110100011101110100000011011101111100110101100011001000001010110 | ee81bbe6b1905668ee81bbe6b19056 |
UHC | ?汐Vh?汐V | 001111111110000010110001010101100110100000111111111000001011000101010110 | 3fe0b156683fe0b156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)