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 | ⅵ汐炅漆 | 1111101001000101100011101010110011111011010100011000111010111101 | fa458eacfb518ebd |
EUC-JP | ?汐炅漆 | 0011111110111100101011101000111111001001110010101011110010111111 | 3fbcae8fc9cabcbf |
UTF-8 | ⅵ汐炅漆 | 111000101000010110110101111001101011000110010000111001111000001010000101111001101011110010000110 | e285b5e6b190e78285e6bc86 |
UHC | ⅵ汐炅漆 | 1010010110100110111000001011000111001100110111011111011011010100 | a5a6e0b1ccddf6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)