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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ヨ薺ヨ薔B | 11010110111001010101010011010110111001010100101101000010 | d6e554d6e54b42 |
EUC-JP | ヨ薺ヨ薔B | 100011101101011011101001101101011000111011010110111010011010110001000010 | 8ed6e9b58ed6e9ac42 |
UTF-8 | ヨ薺ヨ薔B | 11101111101111101001011011101000100101101011101011101111101111101001011011101000100101101001010001000010 | efbe96e896baefbe96e8969442 |
UHC | ?薺?薔B | 00111111111100001011000100111111111011011111100101000010 | 3ff0b13fedf942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)