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 | þwþ~ | 100100011111111001110111100100011111111001111110 | 91fe7791fe7e |
SJIS-WIN | ??w??~ | 001111110011111101110111001111110011111101111110 | 3f3f773f3f7e |
EUC-JP | ?þw?þ~ | 00111111100011111010100111010000011101110011111110001111101010011101000001111110 | 3f8fa9d0773f8fa9d07e |
UTF-8 | þwþ~ | 11000010100100011100001110111110011101111100001010010001110000111011111001111110 | c291c3be77c291c3be7e |
UHC | ?þw?þ~ | 0011111110101001101011010111011100111111101010011010110101111110 | 3fa9ad773fa9ad7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)